Lines Matching refs:EndDepth
930 size_t EndDepth = locationDepth(EndLoc); in popRegions() local
932 bool UnnestStart = StartDepth >= EndDepth; in popRegions()
933 bool UnnestEnd = EndDepth >= StartDepth; in popRegions()
952 EndDepth--; in popRegions()
1226 size_t EndDepth = locationDepth(BeforeLoc); in findGapAreaBetween() local
1228 bool UnnestStart = StartDepth >= EndDepth; in findGapAreaBetween()
1229 bool UnnestEnd = EndDepth >= StartDepth; in findGapAreaBetween()
1236 EndDepth--; in findGapAreaBetween()
1286 size_t EndDepth = locationDepth(BeforeLoc); in findAreaStartingFromTo() local
1288 bool UnnestStart = StartDepth >= EndDepth; in findAreaStartingFromTo()
1289 bool UnnestEnd = EndDepth >= StartDepth; in findAreaStartingFromTo()
1296 EndDepth--; in findAreaStartingFromTo()