HomeSort by relevance Sort by last modified time
    Searched refs:capturedByInit (Results 1 - 2 of 2) sorted by null

  /external/clang/lib/CodeGen/
CGDecl.cpp 533 bool capturedByInit) {
537 if (capturedByInit)
557 accessedByInit = (capturedByInit || isAccessedBy(D, init));
561 if (capturedByInit) {
606 if (capturedByInit) drillIntoBlockVariable(*this, lvalue, cast<VarDecl>(D));
619 if (capturedByInit) drillIntoBlockVariable(*this, lvalue, cast<VarDecl>(D));
    [all...]
CodeGenFunction.h     [all...]

Completed in 233 milliseconds