Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFASTParserClang.cpp978 std::vector<CompilerType> function_param_types; in ParseSubroutine() local
1001 function_param_types, function_param_decls, in ParseSubroutine()
1027 m_ast.CreateFunctionType(return_clang_type, function_param_types.data(), in ParseSubroutine()
1028 function_param_types.size(), is_variadic, in ParseSubroutine()
3195 bool &has_template_params, std::vector<CompilerType> &function_param_types, in ParseChildParameters() argument
3278 function_param_types.push_back(type->GetForwardCompilerType()); in ParseChildParameters()