Lines Matching defs:EndDepth
1047 size_t EndDepth = locationDepth(EndLoc);
1049 bool UnnestStart = StartDepth >= EndDepth;
1050 bool UnnestEnd = EndDepth >= StartDepth;
1069 EndDepth--;
1341 size_t EndDepth = locationDepth(BeforeLoc);
1343 bool UnnestStart = StartDepth >= EndDepth;
1344 bool UnnestEnd = EndDepth >= StartDepth;
1351 EndDepth--;
1401 size_t EndDepth = locationDepth(BeforeLoc);
1403 bool UnnestStart = StartDepth >= EndDepth;
1404 bool UnnestEnd = EndDepth >= StartDepth;
1411 EndDepth--;