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.cpp2179 CapturingFunctionScopes++; in PushBlockScope()
2185 CapturingFunctionScopes++; in PushLambdaScope()
2301 Self->CapturingFunctionScopes--; in operator ()()
2715 CapturingFunctionScopes++; in PushCapturedRegionScope()
H A DSemaExpr.cpp18702 if (CapturingFunctionScopes == 0 && (!BuildAndDiagnose || VarDC == DC)) in tryCaptureVariable()
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h947 unsigned CapturingFunctionScopes = 0; variable