Searched refs:EndDepth (Results 1 – 1 of 1) sorted by relevance
930 size_t EndDepth = locationDepth(EndLoc); in popRegions() local933 bool UnnestEnd = EndDepth >= StartDepth; in popRegions()952 EndDepth--; in popRegions()1226 size_t EndDepth = locationDepth(BeforeLoc); in findGapAreaBetween() local1228 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() local1288 bool UnnestStart = StartDepth >= EndDepth; in findAreaStartingFromTo()1289 bool UnnestEnd = EndDepth >= StartDepth; in findAreaStartingFromTo()[all …]