Searched refs:LastLoc (Results 1 – 6 of 6) sorted by relevance
48 FullSourceLoc LastLoc; variable
56 SourceLocation LastLoc; variable
1673 unsigned LastLoc = 0; in RescheduleOps() local1687 if (Loc >= LastLoc) { in RescheduleOps()1688 LastLoc = Loc; in RescheduleOps()1722 bool DoMove = (LastLoc - FirstLoc) <= NumMove*4; // FIXME: Tune this. in RescheduleOps()
178 LastLoc = Loc; in emitDiagnostic()
1074 if (Loc == LastLoc && Ranges.empty() && Hints.empty() && in emitSnippetAndCaret()
2120 DebugLoc LastLoc; in ParseFunctionBody() local2190 I->setDebugLoc(LastLoc); in ParseFunctionBody()2210 LastLoc = DebugLoc::get(Line, Col, Scope, IA); in ParseFunctionBody()2211 I->setDebugLoc(LastLoc); in ParseFunctionBody()