Home
last modified time | relevance | path

Searched refs:ParamDecls (Results 1 – 1 of 1) sorted by relevance

/frameworks/compile/slang/
Dslang_rs_foreach_lowering.cpp176 clang::ParmVarDecl *ParamDecls[kNumParams]; in CreateForEachInternalFunctionDecl() local
178 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()