Lines Matching refs:MostRecentLocation
535 SourceLocation MostRecentLocation; member
568 MostRecentLocation = *StartLoc; in pushRegion()
569 completeDeferred(Count, MostRecentLocation); in pushRegion()
698 MostRecentLocation = EndLoc; in popRegions()
703 MostRecentLocation = getIncludeOrExpansionLoc(EndLoc); in popRegions()
757 MostRecentLocation = EndLoc; in propagateCounts()
777 MostRecentLocation = EndLoc; in adjustForOutOfOrderTraversal()
784 MostRecentLocation == getEndOfFileOrMacro(MostRecentLocation) && in adjustForOutOfOrderTraversal()
785 isRegionAlreadyAdded(getStartOfFileOrMacro(MostRecentLocation), in adjustForOutOfOrderTraversal()
786 MostRecentLocation)) in adjustForOutOfOrderTraversal()
787 MostRecentLocation = getIncludeOrExpansionLoc(MostRecentLocation); in adjustForOutOfOrderTraversal()
797 SM.isWrittenInSameFile(MostRecentLocation, NewLoc)) in handleFileExit()
804 while (!isNestedIn(MostRecentLocation, ParentFile)) { in handleFileExit()
806 if (LCA.isInvalid() || SM.isWrittenInSameFile(LCA, MostRecentLocation)) { in handleFileExit()
809 MostRecentLocation = NewLoc; in handleFileExit()
842 SourceLocation Loc = MostRecentLocation; in handleFileExit()
854 MostRecentLocation = NewLoc; in handleFileExit()
1240 MostRecentLocation = getStart(S); in VisitSwitchStmt()