Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/clang/include/clang/Frontend/
DLogDiagnosticPrinter.h57 FullSourceLoc LastLoc; variable
DDiagnosticRenderer.h57 SourceLocation LastLoc; variable
/freebsd-12-stable/contrib/llvm-project/clang/lib/Tooling/Syntax/
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()
/freebsd-12-stable/contrib/llvm-project/clang/lib/Frontend/
DDiagnosticRenderer.cpp137 LastLoc = Loc; in emitDiagnostic()
DTextDiagnostic.cpp1143 if (Loc == LastLoc && Ranges.empty() && Hints.empty() && in emitSnippetAndCaret()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/ARM/
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()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp3886 DebugLoc LastLoc; in parseFunctionBody() local
4001 I->setDebugLoc(LastLoc); in parseFunctionBody()
4027 LastLoc = DILocation::get(Scope->getContext(), Line, Col, Scope, IA, in parseFunctionBody()
4029 I->setDebugLoc(LastLoc); in parseFunctionBody()