Searched refs:ParamDecls (Results 1 – 1 of 1) sorted by relevance
176 clang::ParmVarDecl *ParamDecls[kNumParams]; in CreateForEachInternalFunctionDecl() local178 ParamDecls[I] = clang::ParmVarDecl::Create(mASTCtxt, FD, Loc, in CreateForEachInternalFunctionDecl()182 ParamDecls[I]->setImplicit(); in CreateForEachInternalFunctionDecl()184 FD->setParams(llvm::makeArrayRef(ParamDecls, kNumParams)); in CreateForEachInternalFunctionDecl()