Home
last modified time | relevance | path

Searched refs:MostRecentLocation (Results 1 – 1 of 1) sorted by relevance

/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCoverageMappingGen.cpp554 SourceLocation MostRecentLocation; member
594 MostRecentLocation = *StartLoc; in pushRegion()
675 MostRecentLocation = EndLoc; in popRegions()
680 MostRecentLocation = getIncludeOrExpansionLoc(EndLoc); in popRegions()
712 MostRecentLocation = EndLoc; in propagateCounts()
777 MostRecentLocation = EndLoc; in adjustForOutOfOrderTraversal()
784 MostRecentLocation == getEndOfFileOrMacro(MostRecentLocation) && in adjustForOutOfOrderTraversal()
785 isRegionAlreadyAdded(getStartOfFileOrMacro(MostRecentLocation), in adjustForOutOfOrderTraversal()
786 MostRecentLocation, getRegion().isBranch())) in adjustForOutOfOrderTraversal()
787 MostRecentLocation = getIncludeOrExpansionLoc(MostRecentLocation); in adjustForOutOfOrderTraversal()
[all …]