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 518 bool capturedByInit) {
522 if (capturedByInit)
542 accessedByInit = (capturedByInit || isAccessedBy(D, init));
546 if (capturedByInit) {
591 if (capturedByInit) drillIntoBlockVariable(*this, lvalue, cast<VarDecl>(D));
604 if (capturedByInit) drillIntoBlockVariable(*this, lvalue, cast<VarDecl>(D));
    [all...]
CodeGenFunction.h     [all...]

Completed in 660 milliseconds