Lines Matching refs:Args
358 Expr **args, unsigned nargs,
489 ArrayRef<QualType> args,
495 return Context->getFunctionType(result, args, fpi);
560 // All the args are checked/rewritten. Don't call twice!
1341 SmallVector<Expr*, 1> Args;
1353 Args,
1366 Args,
1382 Args,
2016 FunctionDecl *FD, Expr **args, unsigned nargs, SourceLocation StartLoc,
2034 new (Context) CallExpr(*Context, ICE, llvm::makeArrayRef(args, nargs),