Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGHLSLBuiltins.cpp223 QualType ClangParamTypes[] = {Context.IntTy, SpecConstantType}; in getSpecConstantFunctionName() local
229 Context.getFunctionType(SpecConstantType, ClangParamTypes, EPI); in getSpecConstantFunctionName()
237 for (QualType ParamType : ClangParamTypes) { in getSpecConstantFunctionName()