Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaExprCXX.cpp1335 unsigned NumCapturingClosures = 0; in CheckCXXThisCapture() local
1366 NumCapturingClosures++; in CheckCXXThisCapture()
1397 for (int idx = MaxFunctionScopesIndex; NumCapturingClosures; in CheckCXXThisCapture()
1398 --idx, --NumCapturingClosures) { in CheckCXXThisCapture()
1405 bool isNested = NumCapturingClosures > 1; in CheckCXXThisCapture()