Home | History | Annotate | Download | only in Rewrite

Lines Matching refs:Args

415                                            ArrayRef<Expr *> Args,
580 ArrayRef<QualType> args,
586 return Context->getFunctionType(result, args, fpi);
620 // All the args are checked/rewritten. Don't call twice!
1445 SmallVector<Expr*, 2> Args;
1463 Args.push_back(Arg);
1481 Args,
1494 Args,
1510 Args,
1532 SmallVector<Expr*, 1> Args;
1547 Args.push_back(Arg);
1564 Args,
1577 Args,
1593 Args,
2116 ArrayRef<Expr *> Args,
2134 CallExpr *Exp = new (Context) CallExpr(*Context, ICE, Args,
3207 // AST for __Stretn(receiver, args).s;