mirror of
https://github.com/intel/llvm.git
synced 2026-02-02 18:18:09 +08:00
Remove a few vestigial typedefs from the old world
llvm-svn: 253424
This commit is contained in:
@@ -43,8 +43,6 @@ class FormatManager : public IFormatChangeListener
|
||||
public:
|
||||
typedef std::map<lldb::LanguageType, LanguageCategory::UniquePointer> LanguageCategories;
|
||||
|
||||
typedef TypeCategoryMap::CallbackType CategoryCallback;
|
||||
|
||||
FormatManager();
|
||||
|
||||
~FormatManager() override = default;
|
||||
|
||||
@@ -80,8 +80,6 @@ public:
|
||||
typedef typename ValueType::SharedPointer ValueSP;
|
||||
typedef std::map<KeyType, ValueSP> MapType;
|
||||
typedef typename MapType::iterator MapIterator;
|
||||
typedef std::function<bool(void*, KeyType, const ValueSP&)> CallbackType;
|
||||
|
||||
typedef std::function<bool(KeyType, const ValueSP&)> ForEachCallback;
|
||||
|
||||
FormatMap(IFormatChangeListener* lst) :
|
||||
@@ -226,7 +224,6 @@ public:
|
||||
typedef typename MapType::iterator MapIterator;
|
||||
typedef typename MapType::key_type MapKeyType;
|
||||
typedef typename MapType::mapped_type MapValueType;
|
||||
typedef typename BackEndType::CallbackType CallbackType;
|
||||
typedef typename BackEndType::ForEachCallback ForEachCallback;
|
||||
typedef typename std::shared_ptr<FormattersContainer<KeyType, ValueType> > SharedPointer;
|
||||
|
||||
|
||||
@@ -37,8 +37,6 @@ namespace lldb_private {
|
||||
public:
|
||||
typedef std::map<KeyType, ValueSP> MapType;
|
||||
typedef MapType::iterator MapIterator;
|
||||
typedef bool(*CallbackType)(void*, const ValueSP&);
|
||||
|
||||
typedef std::function<bool(const ValueSP&)> ForEachCallback;
|
||||
|
||||
typedef uint32_t Position;
|
||||
|
||||
@@ -151,7 +151,6 @@ namespace lldb_private {
|
||||
TypeFormatImpl (const Flags& flags = Flags());
|
||||
|
||||
typedef std::shared_ptr<TypeFormatImpl> SharedPointer;
|
||||
typedef std::function<bool(void*, ConstString, lldb::TypeFormatImplSP)> ValueCallback;
|
||||
|
||||
virtual ~TypeFormatImpl ();
|
||||
|
||||
@@ -259,7 +258,6 @@ namespace lldb_private {
|
||||
const TypeFormatImpl::Flags& flags = Flags());
|
||||
|
||||
typedef std::shared_ptr<TypeFormatImpl_Format> SharedPointer;
|
||||
typedef std::function<bool(void*, ConstString, TypeFormatImpl_Format::SharedPointer)> ValueCallback;
|
||||
|
||||
~TypeFormatImpl_Format() override;
|
||||
|
||||
@@ -302,7 +300,6 @@ namespace lldb_private {
|
||||
const TypeFormatImpl::Flags& flags = Flags());
|
||||
|
||||
typedef std::shared_ptr<TypeFormatImpl_EnumType> SharedPointer;
|
||||
typedef std::function<bool(void*, ConstString, TypeFormatImpl_EnumType::SharedPointer)> ValueCallback;
|
||||
|
||||
~TypeFormatImpl_EnumType() override;
|
||||
|
||||
|
||||
@@ -406,8 +406,6 @@ namespace lldb_private {
|
||||
}
|
||||
|
||||
typedef std::shared_ptr<TypeSummaryImpl> SharedPointer;
|
||||
typedef std::function<bool(void*, ConstString, TypeSummaryImpl::SharedPointer)> SummaryCallback;
|
||||
typedef std::function<bool(void*, lldb::RegularExpressionSP, TypeSummaryImpl::SharedPointer)> RegexSummaryCallback;
|
||||
|
||||
protected:
|
||||
uint32_t m_my_revision;
|
||||
|
||||
@@ -348,7 +348,6 @@ namespace lldb_private {
|
||||
GetFrontEnd (ValueObject &backend) = 0;
|
||||
|
||||
typedef std::shared_ptr<SyntheticChildren> SharedPointer;
|
||||
typedef std::function<bool(void*, ConstString, SyntheticChildren::SharedPointer)> SyntheticChildrenCallback;
|
||||
|
||||
uint32_t&
|
||||
GetRevision ()
|
||||
|
||||
@@ -150,7 +150,6 @@ public:
|
||||
TypeValidatorImpl (const Flags& flags = Flags());
|
||||
|
||||
typedef std::shared_ptr<TypeValidatorImpl> SharedPointer;
|
||||
typedef std::function<bool(void*, ConstString, TypeValidatorImpl::SharedPointer)> ValueCallback;
|
||||
|
||||
virtual ~TypeValidatorImpl ();
|
||||
|
||||
@@ -265,7 +264,6 @@ public:
|
||||
TypeValidatorImpl_CXX (ValidatorFunction f, std::string d, const TypeValidatorImpl::Flags& flags = Flags());
|
||||
|
||||
typedef std::shared_ptr<TypeValidatorImpl_CXX> SharedPointer;
|
||||
typedef std::function<bool(void*, ConstString, TypeValidatorImpl_CXX::SharedPointer)> ValueCallback;
|
||||
|
||||
~TypeValidatorImpl_CXX() override;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user