Searched refs:SpecConstantType (Results 1 – 2 of 2) sorted by relevance
220 static std::string getSpecConstantFunctionName(clang::QualType SpecConstantType, in getSpecConstantFunctionName() argument223 QualType ClangParamTypes[] = {Context.IntTy, SpecConstantType}; in getSpecConstantFunctionName()229 Context.getFunctionType(SpecConstantType, ClangParamTypes, EPI); in getSpecConstantFunctionName()817 const clang::QualType &SpecConstantType) { in getSpecConstantFunction() argument822 getSpecConstantFunctionName(SpecConstantType, getContext()); in getSpecConstantFunction()827 llvm::Type *RetTy = ConvertType(SpecConstantType); in getSpecConstantFunction()
4861 getSpecConstantFunction(const clang::QualType &SpecConstantType);