Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:FunctionArgs

214   // Build FunctionArgs.
223 FunctionArgList FunctionArgs;
226 CGM.getCXXABI().buildThisParam(*this, FunctionArgs);
229 FunctionArgs.append(MD->param_begin(), MD->param_end());
232 CGM.getCXXABI().addImplicitStructorParams(*this, ResultType, FunctionArgs);
235 StartFunction(GlobalDecl(), ResultType, Fn, FnInfo, FunctionArgs,