Searched defs:ParamTys (Results 1 – 7 of 7) sorted by relevance
32 std::vector<Type *> ParamTys; in EnsureFunctionExists() local72 std::vector<Type *> ParamTys; in ReplaceCallWith() local
132 ArrayRef<Type *> ParamTys) { in getIntrinsicCost()460 SmallVector<Type *, 8> ParamTys; in getIntrinsicCost() local
669 ArrayRef<Type *> ParamTys) override { in getIntrinsicCost()
161 ArrayRef<Type *> ParamTys) { in getIntrinsicCost()
315 CAMLprim LLVMTypeRef llvm_function_type(LLVMTypeRef RetTy, value ParamTys) { in llvm_function_type()322 value ParamTys) { in llvm_var_arg_function_type()
3934 SmallVector<QualType, 16> ParamTys; in GetFullTypeForDeclarator() local
6715 void Sema::AddBuiltinCandidate(QualType ResultTy, QualType *ParamTys, in AddBuiltinCandidate()