Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCoverageMappingGen.cpp614 size_t EndDepth = locationDepth(EndLoc); in popRegions() local
616 bool UnnestStart = StartDepth >= EndDepth; in popRegions()
617 bool UnnestEnd = EndDepth >= StartDepth; in popRegions()
636 EndDepth--; in popRegions()
886 size_t EndDepth = locationDepth(BeforeLoc); in findGapAreaBetween() local
888 bool UnnestStart = StartDepth >= EndDepth; in findGapAreaBetween()
889 bool UnnestEnd = EndDepth >= StartDepth; in findGapAreaBetween()
896 EndDepth--; in findGapAreaBetween()