Lines Matching refs:MostRecentLocation
452 SourceLocation MostRecentLocation; member
485 MostRecentLocation = *StartLoc; in pushRegion()
486 completeDeferred(Count, MostRecentLocation); in pushRegion()
615 MostRecentLocation = EndLoc; in popRegions()
620 MostRecentLocation = getIncludeOrExpansionLoc(EndLoc); in popRegions()
674 MostRecentLocation = EndLoc; in propagateCounts()
694 MostRecentLocation = EndLoc; in adjustForOutOfOrderTraversal()
701 MostRecentLocation == getEndOfFileOrMacro(MostRecentLocation) && in adjustForOutOfOrderTraversal()
702 isRegionAlreadyAdded(getStartOfFileOrMacro(MostRecentLocation), in adjustForOutOfOrderTraversal()
703 MostRecentLocation)) in adjustForOutOfOrderTraversal()
704 MostRecentLocation = getIncludeOrExpansionLoc(MostRecentLocation); in adjustForOutOfOrderTraversal()
714 SM.isWrittenInSameFile(MostRecentLocation, NewLoc)) in handleFileExit()
721 while (!isNestedIn(MostRecentLocation, ParentFile)) { in handleFileExit()
723 if (LCA.isInvalid() || SM.isWrittenInSameFile(LCA, MostRecentLocation)) { in handleFileExit()
726 MostRecentLocation = NewLoc; in handleFileExit()
759 SourceLocation Loc = MostRecentLocation; in handleFileExit()
771 MostRecentLocation = NewLoc; in handleFileExit()
1145 MostRecentLocation = getStart(S); in VisitSwitchStmt()