Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCoverageMappingGen.cpp625 size_t StartDepth = locationDepth(StartLoc); in popRegions() local
628 bool UnnestStart = StartDepth >= EndDepth; in popRegions()
629 bool UnnestEnd = EndDepth >= StartDepth; in popRegions()
668 StartDepth--; in popRegions()
895 size_t StartDepth = locationDepth(AfterLoc); in findGapAreaBetween() local
898 bool UnnestStart = StartDepth >= EndDepth; in findGapAreaBetween()
899 bool UnnestEnd = EndDepth >= StartDepth; in findGapAreaBetween()
916 StartDepth--; in findGapAreaBetween()