Home | History | Annotate | Download | only in AST

Lines Matching defs:Param

343     const NamedDecl *Param = TemplateParameters->getParam(0);
344 const IdentifierInfo *II = Param->getIdentifier();
715 // We already warned that \\param commands are not attached to a function
723 // found a \\param command or NULL if no documentation was found so far.
729 // First pass over all \\param commands: resolve all parameter names.
760 // Find parameter declarations that have no corresponding \\param.
767 // Second pass over unresolved \\param commands: do typo correction.
769 // corresponding \\param.
1025 const NamedDecl *Param = TemplateParameters->getParam(i);
1026 const IdentifierInfo *II = Param->getIdentifier();
1033 dyn_cast<TemplateTemplateParmDecl>(Param)) {
1061 const NamedDecl *Param = TemplateParameters->getParam(i);
1062 Corrector.addDecl(Param);
1065 dyn_cast<TemplateTemplateParmDecl>(Param))