Home
last modified time | relevance | path

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

/src/contrib/llvm-project/clang/lib/CodeGen/
H A DCoverageMappingGen.cpp1010 size_t EndDepth = locationDepth(EndLoc); in popRegions() local
1012 bool UnnestStart = StartDepth >= EndDepth; in popRegions()
1013 bool UnnestEnd = EndDepth >= StartDepth; in popRegions()
1032 EndDepth--; in popRegions()
1305 size_t EndDepth = locationDepth(BeforeLoc); in findGapAreaBetween() local
1307 bool UnnestStart = StartDepth >= EndDepth; in findGapAreaBetween()
1308 bool UnnestEnd = EndDepth >= StartDepth; in findGapAreaBetween()
1315 EndDepth--; in findGapAreaBetween()
1365 size_t EndDepth = locationDepth(BeforeLoc); in findAreaStartingFromTo() local
1367 bool UnnestStart = StartDepth >= EndDepth; in findAreaStartingFromTo()
[all …]