Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSema.cpp2168 CapturingFunctionScopes++; in PushBlockScope()
2174 CapturingFunctionScopes++; in PushLambdaScope()
2297 Self->CapturingFunctionScopes--; in operator ()()
2722 CapturingFunctionScopes++; in PushCapturedRegionScope()
H A DSemaExpr.cpp19722 if (CapturingFunctionScopes == 0 && (!BuildAndDiagnose || VarDC == DC)) in tryCaptureVariable()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h830 unsigned CapturingFunctionScopes = 0; variable