Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSema.cpp2345 CapturingFunctionScopes++; in PushBlockScope()
2351 CapturingFunctionScopes++; in PushLambdaScope()
2468 Self->CapturingFunctionScopes--; in operator ()()
2883 CapturingFunctionScopes++; in PushCapturedRegionScope()
H A DSemaExpr.cpp19153 if (CapturingFunctionScopes == 0 && (!BuildAndDiagnose || VarDC == DC)) in tryCaptureVariable()
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h1214 unsigned CapturingFunctionScopes = 0; variable