Searched refs:StartDepth (Results 1 – 1 of 1) sorted by relevance
1009 size_t StartDepth = locationDepth(StartLoc); in popRegions() local1012 bool UnnestStart = StartDepth >= EndDepth; in popRegions()1013 bool UnnestEnd = EndDepth >= StartDepth; in popRegions()1052 StartDepth--; in popRegions()1304 size_t StartDepth = locationDepth(AfterLoc); in findGapAreaBetween() local1307 bool UnnestStart = StartDepth >= EndDepth; in findGapAreaBetween()1308 bool UnnestEnd = EndDepth >= StartDepth; in findGapAreaBetween()1325 StartDepth--; in findGapAreaBetween()1364 size_t StartDepth = locationDepth(StartingLoc); in findAreaStartingFromTo() local1367 bool UnnestStart = StartDepth >= EndDepth; in findAreaStartingFromTo()[all …]