Home
last modified time | relevance | path

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

/frameworks/compile/slang/
Dslang_rs_foreach_lowering.cpp159 clang::QualType ParamTypes[] = { in CreateForEachInternalFunctionDecl() local
169 ParamTypes, // Parameter types in CreateForEachInternalFunctionDecl()
175 static constexpr unsigned kNumParams = sizeof(ParamTypes) / sizeof(ParamTypes[0]); in CreateForEachInternalFunctionDecl()
179 Loc, nullptr, ParamTypes[I], nullptr, clang::SC_None, nullptr); in CreateForEachInternalFunctionDecl()