Lines Matching refs:MostRecentLocation
828 SourceLocation MostRecentLocation; member
872 MostRecentLocation = *StartLoc; in pushRegion()
979 MostRecentLocation = EndLoc; in popRegions()
984 MostRecentLocation = getIncludeOrExpansionLoc(EndLoc); in popRegions()
1016 MostRecentLocation = EndLoc; in propagateCounts()
1097 MostRecentLocation = EndLoc; in adjustForOutOfOrderTraversal()
1104 MostRecentLocation == getEndOfFileOrMacro(MostRecentLocation) && in adjustForOutOfOrderTraversal()
1105 isRegionAlreadyAdded(getStartOfFileOrMacro(MostRecentLocation), in adjustForOutOfOrderTraversal()
1106 MostRecentLocation, getRegion().isBranch())) in adjustForOutOfOrderTraversal()
1107 MostRecentLocation = getIncludeOrExpansionLoc(MostRecentLocation); in adjustForOutOfOrderTraversal()
1117 SM.isWrittenInSameFile(MostRecentLocation, NewLoc)) in handleFileExit()
1124 while (!isNestedIn(MostRecentLocation, ParentFile)) { in handleFileExit()
1126 if (LCA.isInvalid() || SM.isWrittenInSameFile(LCA, MostRecentLocation)) { in handleFileExit()
1129 MostRecentLocation = NewLoc; in handleFileExit()
1171 SourceLocation Loc = MostRecentLocation; in handleFileExit()
1183 MostRecentLocation = NewLoc; in handleFileExit()
1730 MostRecentLocation = getStart(S); in VisitSwitchStmt()