Lines Matching refs:Args
424 Expr **args, unsigned nargs,
589 ArrayRef<QualType> args,
595 return Context->getFunctionType(result, args, fpi);
629 // All the args are checked/rewritten. Don't call twice!
1457 SmallVector<Expr*, 2> Args;
1475 Args.push_back(Arg);
1493 Args,
1506 Args,
1522 Args,
1544 SmallVector<Expr*, 1> Args;
1559 Args.push_back(Arg);
1576 Args,
1589 Args,
1605 Args,
2127 FunctionDecl *FD, Expr **args, unsigned nargs, SourceLocation StartLoc,
2145 new (Context) CallExpr(*Context, ICE, llvm::makeArrayRef(args, nargs),
3233 // AST for __Stretn(receiver, args).s;