Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/CodeGen/
DCoverageMappingGen.cpp662 size_t EndDepth = locationDepth(EndLoc); in popRegions() local
664 bool UnnestStart = StartDepth >= EndDepth; in popRegions()
665 bool UnnestEnd = EndDepth >= StartDepth; in popRegions()
678 EndDepth--; in popRegions()