We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 409f3c9 commit 126b74cCopy full SHA for 126b74c
lldb/source/Plugins/SymbolFile/DWARF/DWARFASTParserClang.h
@@ -199,9 +199,6 @@ class DWARFASTParserClang : public lldb_private::plugin::dwarf::DWARFASTParser {
199
const lldb_private::plugin::dwarf::DWARFDIE &die,
200
ParsedDWARFTypeAttributes &attrs);
201
202
- lldb_private::Type *
203
- GetTypeForDIE(const lldb_private::plugin::dwarf::DWARFDIE &die);
204
-
205
clang::Decl *
206
GetClangDeclForDIE(const lldb_private::plugin::dwarf::DWARFDIE &die);
207
0 commit comments