Searched refs:EndDepth (Results 1 – 1 of 1) sorted by relevance
1010 size_t EndDepth = locationDepth(EndLoc); in popRegions() local1012 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() local1307 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() local1367 bool UnnestStart = StartDepth >= EndDepth; in findAreaStartingFromTo()[all …]