Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCoverageMappingGen.cpp906 SourceLocation MostRecentLocation; member
993 MostRecentLocation = *StartLoc; in pushRegion()
1097 MostRecentLocation = EndLoc; in popRegions()
1102 MostRecentLocation = getIncludeOrExpansionLoc(EndLoc); in popRegions()
1134 MostRecentLocation = EndLoc; in propagateCounts()
1216 MostRecentLocation = EndLoc; in adjustForOutOfOrderTraversal()
1223 MostRecentLocation == getEndOfFileOrMacro(MostRecentLocation) && in adjustForOutOfOrderTraversal()
1224 isRegionAlreadyAdded(getStartOfFileOrMacro(MostRecentLocation), in adjustForOutOfOrderTraversal()
1225 MostRecentLocation, getRegion().isBranch())) in adjustForOutOfOrderTraversal()
1226 MostRecentLocation = getIncludeOrExpansionLoc(MostRecentLocation); in adjustForOutOfOrderTraversal()
[all …]