Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:capturesVariable

65           if (C.capturesVariable() || C.capturesVariableByCopy()) {
166 assert(CurCap->capturesVariable() && "Expected capture by reference.");
226 if (I->capturesVariable() || I->capturesVariableByCopy()) {
285 } else if (I->capturesVariable()) {