Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Frontend/
H A DLogDiagnosticPrinter.h56 FullSourceLoc LastLoc; variable
H A DDiagnosticRenderer.h57 SourceLocation LastLoc; variable
/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DDiagnosticRenderer.cpp134 LastLoc = Loc; in emitDiagnostic()
H A DTextDiagnostic.cpp1298 if (Loc == LastLoc && Ranges.empty() && Hints.empty() && in emitSnippetAndCaret()
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMLoadStoreOptimizer.cpp2340 unsigned LastLoc = 0; in RescheduleOps() local
2377 if (Loc >= LastLoc) { in RescheduleOps()
2378 LastLoc = Loc; in RescheduleOps()
2395 bool DoMove = (LastLoc - FirstLoc) <= NumMove*4; // FIXME: Tune this. in RescheduleOps()
/freebsd/contrib/llvm-project/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp4935 DebugLoc LastLoc; in parseFunctionBody() local
5076 I->setDebugLoc(LastLoc); in parseFunctionBody()
5105 LastLoc = DILocation::get(Scope->getContext(), Line, Col, Scope, IA, in parseFunctionBody()
5107 I->setDebugLoc(LastLoc); in parseFunctionBody()