[lldb][NFCish] Move DWARFDebugInfoEntry::GetQualifiedName() into DWARFASTParserClang
authorArthur Eubanks <aeubanks@google.com>
Thu, 4 Aug 2022 00:09:40 +0000 (17:09 -0700)
committerArthur Eubanks <aeubanks@google.com>
Fri, 14 Oct 2022 22:36:58 +0000 (15:36 -0700)
commit8a98287f255b974a8636c50a662e13ad61a59446
treedee04189fd3023d7659aa026b60f73640f79e753
parent82035ec7777f683067c7c7b9f344bb7ca28b4717
[lldb][NFCish] Move DWARFDebugInfoEntry::GetQualifiedName() into DWARFASTParserClang

In D134378, we'll need the clang AST to be able to construct the qualified in some cases.

This makes logging in one place slightly less informative.

Reviewed By: dblaikie, Michael137

Differential Revision: https://reviews.llvm.org/D135979
lldb/source/Plugins/SymbolFile/DWARF/DWARFASTParserClang.cpp
lldb/source/Plugins/SymbolFile/DWARF/DWARFASTParserClang.h
lldb/source/Plugins/SymbolFile/DWARF/DWARFDIE.cpp
lldb/source/Plugins/SymbolFile/DWARF/DWARFDIE.h
lldb/source/Plugins/SymbolFile/DWARF/DWARFDebugInfoEntry.cpp
lldb/source/Plugins/SymbolFile/DWARF/DWARFDebugInfoEntry.h
lldb/source/Plugins/SymbolFile/DWARF/SymbolFileDWARF.cpp