Searched defs:ParamTys (Results 1 – 6 of 6) sorted by relevance
32 std::vector<Type *> ParamTys; in EnsureFunctionExists() local72 std::vector<Type *> ParamTys; in ReplaceCallWith() local
205 std::vector<Type *> ParamTys(FunTy->getNumParams()); in transformType() local
378 SmallVector<Type *, 8> ParamTys(FTy->param_begin(), FTy->param_end()); in getCallCost() local431 SmallVector<Type *, 8> ParamTys; in getIntrinsicCost() local
315 CAMLprim LLVMTypeRef llvm_function_type(LLVMTypeRef RetTy, value ParamTys) { in llvm_function_type()322 value ParamTys) { in llvm_var_arg_function_type()
2901 SmallVector<QualType, 16> ParamTys; in GetFullTypeForDeclarator() local
6563 void Sema::AddBuiltinCandidate(QualType ResultTy, QualType *ParamTys, in AddBuiltinCandidate()