Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCoverageMappingGen.cpp622 size_t StartDepth = locationDepth(StartLoc); in popRegions() local
625 bool UnnestStart = StartDepth >= EndDepth; in popRegions()
626 bool UnnestEnd = EndDepth >= StartDepth; in popRegions()
665 StartDepth--; in popRegions()
892 size_t StartDepth = locationDepth(AfterLoc); in findGapAreaBetween() local
895 bool UnnestStart = StartDepth >= EndDepth; in findGapAreaBetween()
896 bool UnnestEnd = EndDepth >= StartDepth; in findGapAreaBetween()
913 StartDepth--; in findGapAreaBetween()