Lines Matching refs:StartDepth
929 size_t StartDepth = locationDepth(StartLoc); in popRegions() local
932 bool UnnestStart = StartDepth >= EndDepth; in popRegions()
933 bool UnnestEnd = EndDepth >= StartDepth; in popRegions()
972 StartDepth--; in popRegions()
1225 size_t StartDepth = locationDepth(AfterLoc); in findGapAreaBetween() local
1228 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() local
1288 bool UnnestStart = StartDepth >= EndDepth; in findAreaStartingFromTo()
1289 bool UnnestEnd = EndDepth >= StartDepth; in findAreaStartingFromTo()
1304 StartDepth--; in findAreaStartingFromTo()