Lines Matching refs:Args
1141 const FunctionArgList &Args,
1144 void EmitConstructorBody(FunctionArgList &Args);
1145 void EmitDestructorBody(FunctionArgList &Args);
1146 void emitImplicitAssignmentOperatorBody(FunctionArgList &Args);
1147 void EmitFunctionBody(FunctionArgList &Args);
1151 void EmitLambdaToBlockPointerBody(FunctionArgList &Args);
1172 FunctionArgList &Args);
1224 const FunctionArgList &Args);
1576 const FunctionArgList &Args);
1582 const FunctionArgList &Args);
2070 const CallArgList &Args,
2085 ArrayRef<llvm::Value*> args,
2090 ArrayRef<llvm::Value*> args,
2094 ArrayRef<llvm::Value *> Args,
2099 ArrayRef<llvm::Value*> args,
2104 ArrayRef<llvm::Value*> args);
2441 void EmitCallArg(CallArgList &args, const Expr *E, QualType ArgType);
2446 void EmitDelegateCallArg(CallArgList &args, const VarDecl *param);
2467 /// Ty, into individual arguments on the provided vector \arg Args. See
2470 SmallVectorImpl<llvm::Value *> &Args,
2484 void EmitCallArgs(CallArgList& Args, const T* CallArgTypeInfo,
2520 EmitCallArg(Args, *Arg, ArgType);
2527 // Either we've emitted all the call args, or we have a call to a
2536 EmitCallArg(Args, *Arg, Arg->getType());