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

/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFASTParserClang.cpp858 std::vector<CompilerType> function_param_types; local
881 function_param_types, function_param_decls,
904 return_clang_type, function_param_types.data(),
905 function_param_types.size(), is_variadic, type_quals);
2983 bool &has_template_params, std::vector<CompilerType> &function_param_types,
3065 function_param_types.push_back(type->GetForwardCompilerType());
2980 ParseChildParameters( clang::DeclContext *containing_decl_ctx, const DWARFDIE &parent_die, bool skip_artificial, bool &is_static, bool &is_variadic, bool &has_template_params, std::vector<CompilerType> &function_param_types, std::vector<clang::ParmVarDecl *> &function_param_decls, unsigned &type_quals) argument

Completed in 70 milliseconds