HomeSort by: relevance | last modified time | path
    Searched refs:capturedByInit (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGDecl.cpp 759 LValue lvalue, bool capturedByInit) {
763 if (capturedByInit)
777 return EmitScalarInit(EWC->getSubExpr(), D, lvalue, capturedByInit);
786 accessedByInit = (capturedByInit || isAccessedBy(D, init));
790 if (capturedByInit) {
845 if (capturedByInit) drillIntoBlockVariable(*this, lvalue, cast<VarDecl>(D));
858 if (capturedByInit) drillIntoBlockVariable(*this, lvalue, cast<VarDecl>(D));
1835 bool capturedByInit =
1838 bool locIsByrefHeader = !capturedByInit;
1868 assert(!capturedByInit && "constant init contains a capturing block?")
    [all...]
CodeGenFunction.h 2610 bool capturedByInit);
2982 bool capturedByInit);

Completed in 42 milliseconds