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.cpp363 SourceLocation BestLocation; in getLastMacroWithSpelling() local
377 if (BestLocation.isInvalid() || in getLastMacroWithSpelling()
379 SourceMgr.isBeforeInTranslationUnit(BestLocation, Location))) { in getLastMacroWithSpelling()
380 BestLocation = Location; in getLastMacroWithSpelling()