Searched refs:function_param_types (Results 1 – 1 of 1) sorted by relevance
914 std::vector<CompilerType> function_param_types; in ParseSubroutine() local937 function_param_types, function_param_decls, in ParseSubroutine()960 return_clang_type, function_param_types.data(), in ParseSubroutine()961 function_param_types.size(), is_variadic, type_quals); in ParseSubroutine()2888 bool &has_template_params, std::vector<CompilerType> &function_param_types, in ParseChildParameters() argument2969 function_param_types.push_back(type->GetForwardCompilerType()); in ParseChildParameters()