Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaExprCXX.cpp1296 unsigned NumCapturingClosures = 0; in CheckCXXThisCapture() local
1326 NumCapturingClosures++; in CheckCXXThisCapture()
1356 for (int idx = MaxFunctionScopesIndex; NumCapturingClosures; in CheckCXXThisCapture()
1357 --idx, --NumCapturingClosures) { in CheckCXXThisCapture()
1372 bool isNested = NumCapturingClosures > 1; in CheckCXXThisCapture()