Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCoverageMappingGen.cpp623 size_t EndDepth = locationDepth(EndLoc); in popRegions() local
625 bool UnnestStart = StartDepth >= EndDepth; in popRegions()
626 bool UnnestEnd = EndDepth >= StartDepth; in popRegions()
645 EndDepth--; in popRegions()
893 size_t EndDepth = locationDepth(BeforeLoc); in findGapAreaBetween() local
895 bool UnnestStart = StartDepth >= EndDepth; in findGapAreaBetween()
896 bool UnnestEnd = EndDepth >= StartDepth; in findGapAreaBetween()
903 EndDepth--; in findGapAreaBetween()