Searched refs:NumCapturingClosures (Results 1 – 1 of 1) sorted by relevance
1299 unsigned NumCapturingClosures = 0; in CheckCXXThisCapture() local1329 NumCapturingClosures++; in CheckCXXThisCapture()1359 for (int idx = MaxFunctionScopesIndex; NumCapturingClosures; in CheckCXXThisCapture()1360 --idx, --NumCapturingClosures) { in CheckCXXThisCapture()1375 bool isNested = NumCapturingClosures > 1; in CheckCXXThisCapture()