Lines Matching defs:StartDepth
1046 size_t StartDepth = locationDepth(StartLoc);
1049 bool UnnestStart = StartDepth >= EndDepth;
1050 bool UnnestEnd = EndDepth >= StartDepth;
1089 StartDepth--;
1340 size_t StartDepth = locationDepth(AfterLoc);
1343 bool UnnestStart = StartDepth >= EndDepth;
1344 bool UnnestEnd = EndDepth >= StartDepth;
1361 StartDepth--;
1400 size_t StartDepth = locationDepth(StartingLoc);
1403 bool UnnestStart = StartDepth >= EndDepth;
1404 bool UnnestEnd = EndDepth >= StartDepth;
1419 StartDepth--;