Searched refs:LastLoc (Results 1 – 6 of 6) sorted by relevance
57 FullSourceLoc LastLoc; variable
57 SourceLocation LastLoc; variable
137 LastLoc = Loc; in emitDiagnostic()
1144 if (Loc == LastLoc && Ranges.empty() && Hints.empty() && in emitSnippetAndCaret()
2347 unsigned LastLoc = 0; in RescheduleOps() local2384 if (Loc >= LastLoc) { in RescheduleOps()2385 LastLoc = Loc; in RescheduleOps()2402 bool DoMove = (LastLoc - FirstLoc) <= NumMove*4; // FIXME: Tune this. in RescheduleOps()
4486 DebugLoc LastLoc; in parseFunctionBody() local4627 I->setDebugLoc(LastLoc); in parseFunctionBody()4653 LastLoc = DILocation::get(Scope->getContext(), Line, Col, Scope, IA, in parseFunctionBody()4655 I->setDebugLoc(LastLoc); in parseFunctionBody()