Home | History | Annotate | Download | only in Sema

Lines Matching refs:ArgExprs

3650     SmallVector<Expr *, 2> ArgExprs;
3651 ArgExprs.reserve(Args.size() - 1);
3660 ArgExprs
3671 InitializationSequence Init(S, To, InitKind, ArgExprs);
3675 ExprResult Result = Init.Perform(S, To, InitKind, ArgExprs);