Searched refs:StartDepth (Results 1 – 1 of 1) sorted by relevance
1047 size_t StartDepth = locationDepth(StartLoc); in popRegions() local1050 bool UnnestStart = StartDepth >= EndDepth; in popRegions()1051 bool UnnestEnd = EndDepth >= StartDepth; in popRegions()1090 StartDepth--; in popRegions()1341 size_t StartDepth = locationDepth(AfterLoc); in findGapAreaBetween() local1344 bool UnnestStart = StartDepth >= EndDepth; in findGapAreaBetween()1345 bool UnnestEnd = EndDepth >= StartDepth; in findGapAreaBetween()1362 StartDepth--; in findGapAreaBetween()1401 size_t StartDepth = locationDepth(StartingLoc); in findAreaStartingFromTo() local1404 bool UnnestStart = StartDepth >= EndDepth; in findAreaStartingFromTo()[all …]