Searched refs:LastLoc (Results 1 – 6 of 6) sorted by relevance
57 FullSourceLoc LastLoc; variable
57 SourceLocation LastLoc; variable
136 LastLoc = Loc; in emitDiagnostic()
1301 if (Loc == LastLoc && Ranges.empty() && Hints.empty() && in emitSnippetAndCaret()
2343 unsigned LastLoc = 0; in RescheduleOps() local2380 if (Loc >= LastLoc) { in RescheduleOps()2381 LastLoc = Loc; in RescheduleOps()2398 bool DoMove = (LastLoc - FirstLoc) <= NumMove*4; // FIXME: Tune this. in RescheduleOps()
4854 DebugLoc LastLoc; in parseFunctionBody() local4995 I->setDebugLoc(LastLoc); in parseFunctionBody()5021 LastLoc = DILocation::get(Scope->getContext(), Line, Col, Scope, IA, in parseFunctionBody()5023 I->setDebugLoc(LastLoc); in parseFunctionBody()