[lldb][NFC] Remove GetConstTypeName and GetConstQualifiedTypeName from CompilerType
authorRaphael Isemann <teemperor@gmail.com>
Wed, 12 Feb 2020 08:35:19 +0000 (09:35 +0100)
committerRaphael Isemann <teemperor@gmail.com>
Wed, 12 Feb 2020 08:49:39 +0000 (09:49 +0100)
commit30ce956aec94ab3785025346a890f4a8cbbe1c58
tree3c0280e34717a2ef98a492b663a26d9897ca53da
parent440460f1e70193f5805e2fdbc6d91ab5d5d0bbab
[lldb][NFC] Remove GetConstTypeName and GetConstQualifiedTypeName from CompilerType

Beside these two functions just being wrappers around GetTypeName they are also
just a leftover from migrating the CompilerType interface to ConstString.
12 files changed:
lldb/include/lldb/DataFormatters/FormatClasses.h
lldb/include/lldb/Symbol/CompilerType.h
lldb/source/Core/ValueObject.cpp
lldb/source/Core/ValueObjectChild.cpp
lldb/source/Core/ValueObjectConstResult.cpp
lldb/source/Core/ValueObjectMemory.cpp
lldb/source/Core/ValueObjectRegister.cpp
lldb/source/DataFormatters/FormatManager.cpp
lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/AppleObjCRuntimeV2.cpp
lldb/source/Plugins/LanguageRuntime/ObjC/ObjCLanguageRuntime.cpp
lldb/source/Symbol/CompilerType.cpp
lldb/source/Symbol/Type.cpp