Searched refs:function_param_types (Results 1 – 2 of 2) sorted by relevance
1286 std::vector<CompilerType> function_param_types; in ParseSubroutine() local1298 has_template_params, function_param_types, in ParseSubroutine()1327 return_clang_type, function_param_types, is_variadic, in ParseSubroutine()3206 std::vector<CompilerType> &function_param_types, in ParseChildParameters() argument3225 function_param_types.push_back(type->GetForwardCompilerType()); in ParseChildParameters()3248 assert(function_param_names.size() == function_param_types.size()); in ParseChildParameters()
207 std::vector<lldb_private::CompilerType> &function_param_types,