Searched refs:LastLoc (Results 1 – 6 of 6) sorted by relevance
56 FullSourceLoc LastLoc; variable
57 SourceLocation LastLoc; variable
134 LastLoc = Loc; in emitDiagnostic()
1298 if (Loc == LastLoc && Ranges.empty() && Hints.empty() && in emitSnippetAndCaret()
2340 unsigned LastLoc = 0; in RescheduleOps() local2377 if (Loc >= LastLoc) { in RescheduleOps()2378 LastLoc = Loc; in RescheduleOps()2395 bool DoMove = (LastLoc - FirstLoc) <= NumMove*4; // FIXME: Tune this. in RescheduleOps()
4935 DebugLoc LastLoc; in parseFunctionBody() local5076 I->setDebugLoc(LastLoc); in parseFunctionBody()5105 LastLoc = DILocation::get(Scope->getContext(), Line, Col, Scope, IA, in parseFunctionBody()5107 I->setDebugLoc(LastLoc); in parseFunctionBody()