Home | History | Annotate | Download | only in Sema

Lines Matching refs:CaptureInits

1378   SmallVector<Expr *, 4> CaptureInits;
1412 CaptureInits.push_back(new (Context) CXXThisExpr(From.getLocation(),
1422 CaptureInits.push_back(From.getInitExpr());
1520 CaptureInits, ArrayIndexVars,