Home
last modified time | relevance | path

Searched refs:function_param_types (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFASTParserClang.cpp1286 std::vector<CompilerType> function_param_types; in ParseSubroutine() local
1298 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() argument
3225 function_param_types.push_back(type->GetForwardCompilerType()); in ParseChildParameters()
3248 assert(function_param_names.size() == function_param_types.size()); in ParseChildParameters()
H A DDWARFASTParserClang.h207 std::vector<lldb_private::CompilerType> &function_param_types,