Lines Matching refs:ParamDecls
6232 llvm::SmallVector<ParmVarDecl *, 16> ParamDecls;6234 ParamDecls.push_back(ParmVarDecl::Create(Context, NewCtor,6241 NewCtor->setParams(ParamDecls.data(), ParamDecls.size());