Searched defs:LastLoc (Results 1 - 5 of 5) 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/clang/lib/Format/
H A DFormat.cpp1242 SourceLocation LastLoc = TheLine.Last->FormatTok.Tok.getLocation(); local
1244 SourceMgr.getSpellingColumnNumber(LastLoc) +
1245 Lex.MeasureTokenLength(LastLoc, SourceMgr, Lex.getLangOpts()) - 1;
/external/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp1992 DebugLoc LastLoc; local
2062 I->setDebugLoc(LastLoc);
2082 LastLoc = DebugLoc::get(Line, Col, Scope, IA);
2083 I->setDebugLoc(LastLoc);
/external/llvm/lib/Target/ARM/
H A DARMLoadStoreOptimizer.cpp1656 unsigned LastLoc = 0; local
1670 if (Loc >= LastLoc) {
1671 LastLoc = Loc;
1705 bool DoMove = (LastLoc - FirstLoc) <= NumMove*4; // FIXME: Tune this.

Completed in 229 milliseconds