Searched refs:NumCapturingClosures (Results 1 – 1 of 1) sorted by relevance
1314 unsigned NumCapturingClosures = 0; in CheckCXXThisCapture() local1345 NumCapturingClosures++; in CheckCXXThisCapture()1376 for (int idx = MaxFunctionScopesIndex; NumCapturingClosures; in CheckCXXThisCapture()1377 --idx, --NumCapturingClosures) { in CheckCXXThisCapture()1384 bool isNested = NumCapturingClosures > 1; in CheckCXXThisCapture()