Home
last modified time | relevance | path

Searched refs:NumCapturingClosures (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaExprCXX.cpp1277 unsigned NumCapturingClosures = 0; in CheckCXXThisCapture() local
1307 NumCapturingClosures++; in CheckCXXThisCapture()
1337 for (int idx = MaxFunctionScopesIndex; NumCapturingClosures; in CheckCXXThisCapture()
1338 --idx, --NumCapturingClosures) { in CheckCXXThisCapture()
1353 bool isNested = NumCapturingClosures > 1; in CheckCXXThisCapture()