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

/freebsd-13-stable/contrib/llvm-project/clang/lib/Lex/
H A DPreprocessor.cpp358 SourceLocation BestLocation; local
372 if (BestLocation.isInvalid() ||
374 SourceMgr.isBeforeInTranslationUnit(BestLocation, Location))) {
375 BestLocation = Location;

Completed in 51 milliseconds