Home | History | Annotate | Download | only in Sema

Lines Matching refs:param_size

410     numFormalParams = MD->param_size();
413 numFormalParams = FD->param_size();
5151 if (FDecl->hasBody(Def) && Args.size() != Def->param_size()) {
5153 if (!Proto || !(Proto->isVariadic() && Args.size() >= Def->param_size()))
5155 << (Args.size() > Def->param_size()) << FDecl << Fn->getSourceRange();