Home | History | Annotate | Download | only in Sema

Lines Matching full:getparam

1211     NamedDecl *P = Params->getParam(I);
1492 NamedDecl *ND = Params->getParam(0);
2373 if (Params->getParam(I)->isParameterPack()) {
2558 NamedDecl *Param = cast<NamedDecl>(TemplateParams->getParam(I));
5918 = dyn_cast<NonTypeTemplateParmDecl>(TemplateParams->getParam(I));
5991 Decl *Param = TemplateParams->getParam(I);
6176 NamedDecl *Param = cast<NamedDecl>(TemplateParams->getParam(I));
8079 Decl *Param = Params->getParam(I);
8140 if (const IdentifierInfo *Id = Params->getParam(I)->getIdentifier()) {