Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Tooling/Syntax/
H A DTokens.cpp69 auto FirstLoc = First.location(), LastLoc = Last.location(); in findCommonRangeForMacroArgs() local
72 while (!FirstLoc.isFileID() && !LastLoc.isFileID()) { in findCommonRangeForMacroArgs()
74 auto ExpInfoLast = SM.getSLocEntry(SM.getFileID(LastLoc)).getExpansion(); in findCommonRangeForMacroArgs()
84 LastLoc = SM.getImmediateSpellingLoc(LastLoc); in findCommonRangeForMacroArgs()
87 Res = {FirstLoc, LastLoc}; in findCommonRangeForMacroArgs()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Frontend/
H A DLogDiagnosticPrinter.h57 FullSourceLoc LastLoc; variable
H A DDiagnosticRenderer.h57 SourceLocation LastLoc; variable
/netbsd-src/external/apache2/llvm/dist/clang/lib/Frontend/
H A DDiagnosticRenderer.cpp137 LastLoc = Loc; in emitDiagnostic()
H A DTextDiagnostic.cpp1143 if (Loc == LastLoc && Ranges.empty() && Hints.empty() && in emitSnippetAndCaret()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
H A DARMLoadStoreOptimizer.cpp2347 unsigned LastLoc = 0; in RescheduleOps() local
2385 if (Loc >= LastLoc) { in RescheduleOps()
2386 LastLoc = Loc; in RescheduleOps()
2403 bool DoMove = (LastLoc - FirstLoc) <= NumMove*4; // FIXME: Tune this. in RescheduleOps()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp3912 DebugLoc LastLoc; in parseFunctionBody() local
4028 I->setDebugLoc(LastLoc); in parseFunctionBody()
4054 LastLoc = DILocation::get(Scope->getContext(), Line, Col, Scope, IA, in parseFunctionBody()
4056 I->setDebugLoc(LastLoc); in parseFunctionBody()