Home | History | Annotate | Download | only in CodeGen

Lines Matching full:capturesvariable

41       assert(CurCap->capturesVariable() && "Expected capture by reference.");
101 if (I->capturesVariable() || I->capturesVariableByCopy()) {
160 } else if (I->capturesVariable()) {