Searched refs:kNumParams (Results 1 – 1 of 1) sorted by relevance
175 static constexpr unsigned kNumParams = sizeof(ParamTypes) / sizeof(ParamTypes[0]); in CreateForEachInternalFunctionDecl() local176 clang::ParmVarDecl *ParamDecls[kNumParams]; in CreateForEachInternalFunctionDecl()177 for (unsigned I = 0; I != kNumParams; ++I) { in CreateForEachInternalFunctionDecl()184 FD->setParams(llvm::makeArrayRef(ParamDecls, kNumParams)); in CreateForEachInternalFunctionDecl()