Lines Matching refs:MostRecentLocation
552 SourceLocation MostRecentLocation; member
591 MostRecentLocation = *StartLoc; in pushRegion()
672 MostRecentLocation = EndLoc; in popRegions()
677 MostRecentLocation = getIncludeOrExpansionLoc(EndLoc); in popRegions()
709 MostRecentLocation = EndLoc; in propagateCounts()
774 MostRecentLocation = EndLoc; in adjustForOutOfOrderTraversal()
781 MostRecentLocation == getEndOfFileOrMacro(MostRecentLocation) && in adjustForOutOfOrderTraversal()
782 isRegionAlreadyAdded(getStartOfFileOrMacro(MostRecentLocation), in adjustForOutOfOrderTraversal()
783 MostRecentLocation, getRegion().isBranch())) in adjustForOutOfOrderTraversal()
784 MostRecentLocation = getIncludeOrExpansionLoc(MostRecentLocation); in adjustForOutOfOrderTraversal()
794 SM.isWrittenInSameFile(MostRecentLocation, NewLoc)) in handleFileExit()
801 while (!isNestedIn(MostRecentLocation, ParentFile)) { in handleFileExit()
803 if (LCA.isInvalid() || SM.isWrittenInSameFile(LCA, MostRecentLocation)) { in handleFileExit()
806 MostRecentLocation = NewLoc; in handleFileExit()
844 SourceLocation Loc = MostRecentLocation; in handleFileExit()
856 MostRecentLocation = NewLoc; in handleFileExit()
1319 MostRecentLocation = getStart(S); in VisitSwitchStmt()