Searched refs:capturedByInit (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGDecl.cpp749 LValue lvalue, bool capturedByInit) {
753 if (capturedByInit)
775 accessedByInit = (capturedByInit || isAccessedBy(D, init));
779 if (capturedByInit) {
834 if (capturedByInit) drillIntoBlockVariable(*this, lvalue, cast<VarDecl>(D));
847 if (capturedByInit) drillIntoBlockVariable(*this, lvalue, cast<VarDecl>(D));
1803 bool capturedByInit = local
1806 bool locIsByrefHeader = !capturedByInit;
1836 assert(!capturedByInit && "constant init contains a capturing block?");
1860 return EmitExprAsInit(Init, &D, lv, capturedByInit);
748 EmitScalarInit(const Expr *init, const ValueDecl *D, LValue lvalue, bool capturedByInit) argument
1886 EmitExprAsInit(const Expr *init, const ValueDecl *D, LValue lvalue, bool capturedByInit) argument
[all...]
H A DCodeGenFunction.h2527 bool capturedByInit);
2894 bool capturedByInit);

Completed in 77 milliseconds