Searched defs:LastLoc (Results 1 - 4 of 4) sorted by relevance

/external/clang/include/clang/Frontend/
H A DDiagnosticRenderer.h56 SourceLocation LastLoc; member in class:clang::DiagnosticRenderer
60 /// Same restriction as LastLoc essentially, but tracking include stack
H A DLogDiagnosticPrinter.h48 FullSourceLoc LastLoc; member in class:clang::LogDiagnosticPrinter
/external/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp2120 DebugLoc LastLoc; local
2190 I->setDebugLoc(LastLoc);
2210 LastLoc = DebugLoc::get(Line, Col, Scope, IA);
2211 I->setDebugLoc(LastLoc);
/external/llvm/lib/Target/ARM/
H A DARMLoadStoreOptimizer.cpp1673 unsigned LastLoc = 0; local
1687 if (Loc >= LastLoc) {
1688 LastLoc = Loc;
1722 bool DoMove = (LastLoc - FirstLoc) <= NumMove*4; // FIXME: Tune this.

Completed in 979 milliseconds