Home | History | Annotate | Download | only in AST

Lines Matching defs:ParamVars

722   // Comment AST nodes that correspond to \c ParamVars for which we have
726 ArrayRef<const ParmVarDecl *> ParamVars = getParamVars();
727 ParamVarDocs.resize(ParamVars.size(), nullptr);
739 ParamVars);
764 OrphanedParamDecls.push_back(ParamVars[i]);
934 return ThisDeclInfo->ParamVars;
942 ArrayRef<const ParmVarDecl *> ParamVars) {
943 for (unsigned i = 0, e = ParamVars.size(); i != e; ++i) {
944 const IdentifierInfo *II = ParamVars[i]->getIdentifier();
1009 ArrayRef<const ParmVarDecl *> ParamVars) {
1011 for (unsigned i = 0, e = ParamVars.size(); i != e; ++i)
1012 Corrector.addDecl(ParamVars[i]);