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

/external/clang/lib/CodeGen/
H A DCGDecl.cpp568 bool capturedByInit) {
572 if (capturedByInit)
595 accessedByInit = (capturedByInit || isAccessedBy(D, init));
599 if (capturedByInit) {
644 if (capturedByInit) drillIntoBlockVariable(*this, lvalue, cast<VarDecl>(D));
657 if (capturedByInit) drillIntoBlockVariable(*this, lvalue, cast<VarDecl>(D));
1082 bool capturedByInit = emission.IsByRef && isCapturedBy(D, Init); local
1085 capturedByInit ? emission.Address : emission.getObjectAddress(*this);
1089 assert(!capturedByInit && "constant init contains a capturing block?");
1096 return EmitExprAsInit(Init, &D, lv, capturedByInit);
565 EmitScalarInit(const Expr *init, const ValueDecl *D, LValue lvalue, bool capturedByInit) argument
1161 EmitExprAsInit(const Expr *init, const ValueDecl *D, LValue lvalue, bool capturedByInit) argument
[all...]
H A DCodeGenFunction.h1448 LValue lvalue, bool capturedByInit);
1726 LValue lvalue, bool capturedByInit);

Completed in 89 milliseconds