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

/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Frontend/
H A DLogDiagnosticPrinter.h57 FullSourceLoc LastLoc; member in class:clang::LogDiagnosticPrinter
H A DDiagnosticRenderer.h57 SourceLocation LastLoc; member in class:clang::DiagnosticRenderer
61 /// Same restriction as LastLoc essentially, but tracking include stack
/freebsd-13-stable/contrib/llvm-project/clang/lib/Tooling/Syntax/
H A DTokens.cpp69 auto FirstLoc = First.location(), LastLoc = Last.location(); local
72 while (!FirstLoc.isFileID() && !LastLoc.isFileID()) {
74 auto ExpInfoLast = SM.getSLocEntry(SM.getFileID(LastLoc)).getExpansion();
84 LastLoc = SM.getImmediateSpellingLoc(LastLoc);
87 Res = {FirstLoc, LastLoc};
/freebsd-13-stable/contrib/llvm-project/clang/lib/Frontend/
H A DDiagnosticRenderer.cpp137 LastLoc = Loc;
H A DTextDiagnostic.cpp1151 if (Loc == LastLoc && Ranges.empty() && Hints.empty() &&
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMLoadStoreOptimizer.cpp2278 unsigned LastLoc = 0;
2316 if (Loc >= LastLoc) {
2317 LastLoc = Loc;
2334 bool DoMove = (LastLoc - FirstLoc) <= NumMove*4; // FIXME: Tune this.
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp3790 DebugLoc LastLoc; local
3906 I->setDebugLoc(LastLoc);
3932 LastLoc = DebugLoc::get(Line, Col, Scope, IA, isImplicitCode);
3933 I->setDebugLoc(LastLoc);

Completed in 192 milliseconds