Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:Args

1156                      const FunctionArgList &Args,
1160 void EmitConstructorBody(FunctionArgList &Args);
1161 void EmitDestructorBody(FunctionArgList &Args);
1162 void emitImplicitAssignmentOperatorBody(FunctionArgList &Args);
1163 void EmitFunctionBody(FunctionArgList &Args, const Stmt *Body);
1168 void EmitLambdaToBlockPointerBody(FunctionArgList &Args);
1194 FunctionArgList &Args);
1250 const FunctionArgList &Args);
1606 const FunctionArgList &Args,
1613 const FunctionArgList &Args);
2134 const CallArgList &Args,
2150 ArrayRef<llvm::Value*> args,
2155 ArrayRef<llvm::Value*> args,
2159 ArrayRef<llvm::Value *> Args,
2164 ArrayRef<llvm::Value*> args,
2169 ArrayRef<llvm::Value*> args);
2536 void EmitCallArg(CallArgList &args, const Expr *E, QualType ArgType);
2541 void EmitDelegateCallArg(CallArgList &args, const VarDecl *param,
2568 /// Ty, into individual arguments on the provided vector \arg Args. See
2571 SmallVectorImpl<llvm::Value *> &Args,
2585 void EmitCallArgs(CallArgList &Args, const T *CallArgTypeInfo,
2590 EmitCallArgs(Args, CallArgTypeInfo->isVariadic(),
2597 EmitCallArgs(Args, /*AllowExtraArguments=*/true, NoIter, NoIter, ArgBeg,
2603 void EmitCallArgs(CallArgList& Args,
2640 // Either we've emitted all the call args, or we have a call to variadic
2649 EmitCallArgs(Args, ArgTypes, ArgBeg, ArgEnd, ForceColumnInfo);
2652 void EmitCallArgs(CallArgList &Args, ArrayRef<QualType> ArgTypes,