Home | History | Annotate | Download | only in Sema

Lines Matching refs:param_size

347     numFormalParams = MD->param_size();
350 numFormalParams = FD->param_size();
4752 if (FDecl->hasBody(Def) && Args.size() != Def->param_size()) {
4754 if (!Proto || !(Proto->isVariadic() && Args.size() >= Def->param_size()))
4756 << (Args.size() > Def->param_size()) << FDecl << Fn->getSourceRange();