Searched refs:StartDepth (Results 1 – 1 of 1) sorted by relevance
929 size_t StartDepth = locationDepth(StartLoc); in popRegions() local933 bool UnnestEnd = EndDepth >= StartDepth; in popRegions()972 StartDepth--; in popRegions()1225 size_t StartDepth = locationDepth(AfterLoc); in findGapAreaBetween() local1228 bool UnnestStart = StartDepth >= EndDepth; in findGapAreaBetween()1229 bool UnnestEnd = EndDepth >= StartDepth; in findGapAreaBetween()1246 StartDepth--; in findGapAreaBetween()1285 size_t StartDepth = locationDepth(StartingLoc); in findAreaStartingFromTo() local1288 bool UnnestStart = StartDepth >= EndDepth; in findAreaStartingFromTo()1289 bool UnnestEnd = EndDepth >= StartDepth; in findAreaStartingFromTo()[all …]