Home
last modified time | relevance | path

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

/external/clang/lib/Lex/
DPreprocessor.cpp305 SourceLocation BestLocation; in getLastMacroWithSpelling() local
319 if (BestLocation.isInvalid() || in getLastMacroWithSpelling()
321 SourceMgr.isBeforeInTranslationUnit(BestLocation, Location))) { in getLastMacroWithSpelling()
322 BestLocation = Location; in getLastMacroWithSpelling()