Lines Matching refs:MostRecentLocation
908 SourceLocation MostRecentLocation; member
955 MostRecentLocation = *StartLoc; in pushRegion()
1059 MostRecentLocation = EndLoc; in popRegions()
1064 MostRecentLocation = getIncludeOrExpansionLoc(EndLoc); in popRegions()
1096 MostRecentLocation = EndLoc; in propagateCounts()
1179 MostRecentLocation = EndLoc; in adjustForOutOfOrderTraversal()
1186 MostRecentLocation == getEndOfFileOrMacro(MostRecentLocation) && in adjustForOutOfOrderTraversal()
1187 isRegionAlreadyAdded(getStartOfFileOrMacro(MostRecentLocation), in adjustForOutOfOrderTraversal()
1188 MostRecentLocation, getRegion().isBranch())) in adjustForOutOfOrderTraversal()
1189 MostRecentLocation = getIncludeOrExpansionLoc(MostRecentLocation); in adjustForOutOfOrderTraversal()
1199 SM.isWrittenInSameFile(MostRecentLocation, NewLoc)) in handleFileExit()
1206 while (!isNestedIn(MostRecentLocation, ParentFile)) { in handleFileExit()
1208 if (LCA.isInvalid() || SM.isWrittenInSameFile(LCA, MostRecentLocation)) { in handleFileExit()
1211 MostRecentLocation = NewLoc; in handleFileExit()
1250 SourceLocation Loc = MostRecentLocation; in handleFileExit()
1262 MostRecentLocation = NewLoc; in handleFileExit()
1858 MostRecentLocation = getStart(S); in VisitSwitchStmt()