Lines Matching refs:EndDepth
1010 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()
1368 bool UnnestEnd = EndDepth >= StartDepth; in findAreaStartingFromTo()
1375 EndDepth--; in findAreaStartingFromTo()