Home | History | Annotate | Download | only in AST

Lines Matching refs:capturesVariable

992   assert((capturesVariable() || capturesVariableByCopy()) &&
1107 bool CapturedStmt::capturesVariable(const VarDecl *Var) const {
1109 if (!I.capturesVariable())