Searched refs:EndDepth (Results 1 – 1 of 1) sorted by relevance
1048 size_t EndDepth = locationDepth(EndLoc); in popRegions() local1050 bool UnnestStart = StartDepth >= EndDepth; in popRegions()1051 bool UnnestEnd = EndDepth >= StartDepth; in popRegions()1070 EndDepth--; in popRegions()1342 size_t EndDepth = locationDepth(BeforeLoc); in findGapAreaBetween() local1344 bool UnnestStart = StartDepth >= EndDepth; in findGapAreaBetween()1345 bool UnnestEnd = EndDepth >= StartDepth; in findGapAreaBetween()1352 EndDepth--; in findGapAreaBetween()1402 size_t EndDepth = locationDepth(BeforeLoc); in findAreaStartingFromTo() local1404 bool UnnestStart = StartDepth >= EndDepth; in findAreaStartingFromTo()[all …]