Lines Matching refs:Args
1308 const FunctionArgList &Args,
1311 void EmitConstructorBody(FunctionArgList &Args);
1312 void EmitDestructorBody(FunctionArgList &Args);
1313 void EmitFunctionBody(FunctionArgList &Args);
1331 FunctionArgList &Args);
1380 const FunctionArgList &Args);
1675 const FunctionArgList &Args);
1681 const FunctionArgList &Args);
2064 const CallArgList &Args,
2077 llvm::ArrayRef<llvm::Value *> Args,
2349 void EmitCallArg(CallArgList &args, const Expr *E, QualType ArgType);
2354 void EmitDelegateCallArg(CallArgList &args, const VarDecl *param);
2370 /// Ty, into individual arguments on the provided vector \arg Args. See
2373 llvm::SmallVector<llvm::Value*, 16> &Args,
2389 void EmitCallArgs(CallArgList& Args, const T* CallArgTypeInfo,
2420 EmitCallArg(Args, *Arg, ArgType);
2423 // Either we've emitted all the call args, or we have a call to a
2432 EmitCallArg(Args, *Arg, Arg->getType());