Searched defs:ParamTys (Results 1 – 4 of 4) sorted by relevance
32 std::vector<Type *> ParamTys; in EnsureFunctionExists() local72 std::vector<Type *> ParamTys; in ReplaceCallWith() local
343 const std::vector<Record*> &ParamTys = ArgTypes.second; in EmitVerifier() local440 const std::vector<Record*> &ParamTys = ArgTypes.second; in EmitGenerator() local
251 CAMLprim LLVMTypeRef llvm_function_type(LLVMTypeRef RetTy, value ParamTys) { in llvm_function_type()258 value ParamTys) { in llvm_var_arg_function_type()
4803 void Sema::AddBuiltinCandidate(QualType ResultTy, QualType *ParamTys, in AddBuiltinCandidate()