Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCoverageMappingGen.cpp626 size_t EndDepth = locationDepth(EndLoc); in popRegions() local
628 bool UnnestStart = StartDepth >= EndDepth; in popRegions()
629 bool UnnestEnd = EndDepth >= StartDepth; in popRegions()
648 EndDepth--; in popRegions()
896 size_t EndDepth = locationDepth(BeforeLoc); in findGapAreaBetween() local
898 bool UnnestStart = StartDepth >= EndDepth; in findGapAreaBetween()
899 bool UnnestEnd = EndDepth >= StartDepth; in findGapAreaBetween()
906 EndDepth--; in findGapAreaBetween()