Home
last modified time | relevance | path

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

/external/clang/include/clang/Frontend/
DLogDiagnosticPrinter.h48 FullSourceLoc LastLoc; variable
DDiagnosticRenderer.h56 SourceLocation LastLoc; variable
/external/llvm/lib/Target/ARM/
DARMLoadStoreOptimizer.cpp1673 unsigned LastLoc = 0; in RescheduleOps() local
1687 if (Loc >= LastLoc) { in RescheduleOps()
1688 LastLoc = Loc; in RescheduleOps()
1722 bool DoMove = (LastLoc - FirstLoc) <= NumMove*4; // FIXME: Tune this. in RescheduleOps()
/external/clang/lib/Frontend/
DDiagnosticRenderer.cpp178 LastLoc = Loc; in emitDiagnostic()
DTextDiagnostic.cpp1074 if (Loc == LastLoc && Ranges.empty() && Hints.empty() && in emitSnippetAndCaret()
/external/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp2120 DebugLoc LastLoc; in ParseFunctionBody() local
2190 I->setDebugLoc(LastLoc); in ParseFunctionBody()
2210 LastLoc = DebugLoc::get(Line, Col, Scope, IA); in ParseFunctionBody()
2211 I->setDebugLoc(LastLoc); in ParseFunctionBody()