Searched refs:LastLoc (Results 1 – 7 of 7) sorted by relevance
57 FullSourceLoc LastLoc; variable
57 SourceLocation LastLoc; variable
69 auto FirstLoc = First.location(), LastLoc = Last.location(); in findCommonRangeForMacroArgs() local72 while (!FirstLoc.isFileID() && !LastLoc.isFileID()) { in findCommonRangeForMacroArgs()74 auto ExpInfoLast = SM.getSLocEntry(SM.getFileID(LastLoc)).getExpansion(); in findCommonRangeForMacroArgs()84 LastLoc = SM.getImmediateSpellingLoc(LastLoc); in findCommonRangeForMacroArgs()87 Res = {FirstLoc, LastLoc}; in findCommonRangeForMacroArgs()
137 LastLoc = Loc; in emitDiagnostic()
1143 if (Loc == LastLoc && Ranges.empty() && Hints.empty() && in emitSnippetAndCaret()
2347 unsigned LastLoc = 0; in RescheduleOps() local2385 if (Loc >= LastLoc) { in RescheduleOps()2386 LastLoc = Loc; in RescheduleOps()2403 bool DoMove = (LastLoc - FirstLoc) <= NumMove*4; // FIXME: Tune this. in RescheduleOps()
3886 DebugLoc LastLoc; in parseFunctionBody() local4001 I->setDebugLoc(LastLoc); in parseFunctionBody()4027 LastLoc = DILocation::get(Scope->getContext(), Line, Col, Scope, IA, in parseFunctionBody()4029 I->setDebugLoc(LastLoc); in parseFunctionBody()