Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:capturesVariable

336       if (!C.capturesVariable() && !C.capturesVariableByCopy())
5361 assert(Cap.capturesVariable() && "Expected capture by reference only!");
5512 assert(CI.capturesVariable() && "Expected captured reference.");