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

  /external/clang/lib/CodeGen/
CGDecl.cpp 563 bool capturedByInit) {
567 if (capturedByInit)
587 accessedByInit = (capturedByInit || isAccessedBy(D, init));
591 if (capturedByInit) {
636 if (capturedByInit) drillIntoBlockVariable(*this, lvalue, cast<VarDecl>(D));
649 if (capturedByInit) drillIntoBlockVariable(*this, lvalue, cast<VarDecl>(D));
    [all...]
CodeGenFunction.h     [all...]

Completed in 1946 milliseconds