reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
2239 QualType RetType = BuildFunctionArgList(CurGD, Params); 2247 assert(Args.size() >= Params.size() && "too few arguments for call"); 2249 if (I < Params.size() && isa<ImplicitParamDecl>(Params[I])) { 2249 if (I < Params.size() && isa<ImplicitParamDecl>(Params[I])) { 2255 EmitParmDecl(*Params[I], Val, I + 1); 2269 EmitCtorPrologue(Ctor, CtorType, Params);