Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/include/clang/Frontend/
H A DLogDiagnosticPrinter.h57 FullSourceLoc LastLoc; variable
H A DDiagnosticRenderer.h57 SourceLocation LastLoc; variable
/openbsd-src/gnu/llvm/clang/lib/Frontend/
H A DDiagnosticRenderer.cpp136 LastLoc = Loc; in emitDiagnostic()
H A DTextDiagnostic.cpp1145 if (Loc == LastLoc && Ranges.empty() && Hints.empty() && in emitSnippetAndCaret()
/openbsd-src/gnu/llvm/llvm/lib/Target/ARM/
H A DARMLoadStoreOptimizer.cpp2347 unsigned LastLoc = 0; in RescheduleOps() local
2384 if (Loc >= LastLoc) { in RescheduleOps()
2385 LastLoc = Loc; in RescheduleOps()
2402 bool DoMove = (LastLoc - FirstLoc) <= NumMove*4; // FIXME: Tune this. in RescheduleOps()
/openbsd-src/gnu/llvm/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp4651 DebugLoc LastLoc; in parseFunctionBody() local
4792 I->setDebugLoc(LastLoc); in parseFunctionBody()
4818 LastLoc = DILocation::get(Scope->getContext(), Line, Col, Scope, IA, in parseFunctionBody()
4820 I->setDebugLoc(LastLoc); in parseFunctionBody()