Lines Matching refs:MostRecentLocation
906 SourceLocation MostRecentLocation; member
993 MostRecentLocation = *StartLoc; in pushRegion()
1097 MostRecentLocation = EndLoc; in popRegions()
1102 MostRecentLocation = getIncludeOrExpansionLoc(EndLoc); in popRegions()
1134 MostRecentLocation = EndLoc; in propagateCounts()
1216 MostRecentLocation = EndLoc; in adjustForOutOfOrderTraversal()
1223 MostRecentLocation == getEndOfFileOrMacro(MostRecentLocation) && in adjustForOutOfOrderTraversal()
1224 isRegionAlreadyAdded(getStartOfFileOrMacro(MostRecentLocation), in adjustForOutOfOrderTraversal()
1225 MostRecentLocation, getRegion().isBranch())) in adjustForOutOfOrderTraversal()
1226 MostRecentLocation = getIncludeOrExpansionLoc(MostRecentLocation); in adjustForOutOfOrderTraversal()
1236 SM.isWrittenInSameFile(MostRecentLocation, NewLoc)) in handleFileExit()
1243 while (!isNestedIn(MostRecentLocation, ParentFile)) { in handleFileExit()
1245 if (LCA.isInvalid() || SM.isWrittenInSameFile(LCA, MostRecentLocation)) { in handleFileExit()
1248 MostRecentLocation = NewLoc; in handleFileExit()
1287 SourceLocation Loc = MostRecentLocation; in handleFileExit()
1299 MostRecentLocation = NewLoc; in handleFileExit()
1907 MostRecentLocation = getStart(S); in VisitSwitchStmt()