Home
last modified time | relevance | path

Searched refs:BestLocation (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Lex/
H A DPreprocessor.cpp361 SourceLocation BestLocation; in getLastMacroWithSpelling() local
375 if (BestLocation.isInvalid() || in getLastMacroWithSpelling()
377 SourceMgr.isBeforeInTranslationUnit(BestLocation, Location))) { in getLastMacroWithSpelling()
378 BestLocation = Location; in getLastMacroWithSpelling()