Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DCoverageMappingGen.cpp376 SourceLocation MostRecentLocation; member
406 MostRecentLocation = *StartLoc; in pushRegion()
439 MostRecentLocation = EndLoc; in popRegions()
444 MostRecentLocation = getIncludeOrExpansionLoc(EndLoc); in popRegions()
469 MostRecentLocation = getEnd(S); in propagateCounts()
489 MostRecentLocation = EndLoc; in adjustForOutOfOrderTraversal()
496 MostRecentLocation == getEndOfFileOrMacro(MostRecentLocation) && in adjustForOutOfOrderTraversal()
497 isRegionAlreadyAdded(getStartOfFileOrMacro(MostRecentLocation), in adjustForOutOfOrderTraversal()
498 MostRecentLocation)) in adjustForOutOfOrderTraversal()
499 MostRecentLocation = getIncludeOrExpansionLoc(MostRecentLocation); in adjustForOutOfOrderTraversal()
[all …]
/external/llvm-project/clang/lib/CodeGen/
DCoverageMappingGen.cpp535 SourceLocation MostRecentLocation; member
568 MostRecentLocation = *StartLoc; in pushRegion()
569 completeDeferred(Count, MostRecentLocation); in pushRegion()
698 MostRecentLocation = EndLoc; in popRegions()
703 MostRecentLocation = getIncludeOrExpansionLoc(EndLoc); in popRegions()
757 MostRecentLocation = EndLoc; in propagateCounts()
777 MostRecentLocation = EndLoc; in adjustForOutOfOrderTraversal()
784 MostRecentLocation == getEndOfFileOrMacro(MostRecentLocation) && in adjustForOutOfOrderTraversal()
785 isRegionAlreadyAdded(getStartOfFileOrMacro(MostRecentLocation), in adjustForOutOfOrderTraversal()
786 MostRecentLocation)) in adjustForOutOfOrderTraversal()
[all …]