Lines Matching refs:MostRecentLocation
544 SourceLocation MostRecentLocation; member
582 MostRecentLocation = *StartLoc; in pushRegion()
663 MostRecentLocation = EndLoc; in popRegions()
668 MostRecentLocation = getIncludeOrExpansionLoc(EndLoc); in popRegions()
700 MostRecentLocation = EndLoc; in propagateCounts()
767 MostRecentLocation = EndLoc; in adjustForOutOfOrderTraversal()
774 MostRecentLocation == getEndOfFileOrMacro(MostRecentLocation) && in adjustForOutOfOrderTraversal()
775 isRegionAlreadyAdded(getStartOfFileOrMacro(MostRecentLocation), in adjustForOutOfOrderTraversal()
776 MostRecentLocation, getRegion().isBranch())) in adjustForOutOfOrderTraversal()
777 MostRecentLocation = getIncludeOrExpansionLoc(MostRecentLocation); in adjustForOutOfOrderTraversal()
787 SM.isWrittenInSameFile(MostRecentLocation, NewLoc)) in handleFileExit()
794 while (!isNestedIn(MostRecentLocation, ParentFile)) { in handleFileExit()
796 if (LCA.isInvalid() || SM.isWrittenInSameFile(LCA, MostRecentLocation)) { in handleFileExit()
799 MostRecentLocation = NewLoc; in handleFileExit()
837 SourceLocation Loc = MostRecentLocation; in handleFileExit()
849 MostRecentLocation = NewLoc; in handleFileExit()
1312 MostRecentLocation = getStart(S); in VisitSwitchStmt()