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

/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/DataFormatters/
H A DTypeCategory.h22 #include "lldb/DataFormatters/FormattersContainer.h"
28 typedef FormattersContainer<ConstString, FormatterImpl> ExactMatchContainer;
29 typedef FormattersContainer<RegularExpression, FormatterImpl>
352 friend class FormattersContainer<ConstString, TypeFormatImpl>;
353 friend class FormattersContainer<lldb::RegularExpressionSP, TypeFormatImpl>;
355 friend class FormattersContainer<ConstString, TypeSummaryImpl>;
356 friend class FormattersContainer<lldb::RegularExpressionSP, TypeSummaryImpl>;
358 friend class FormattersContainer<ConstString, TypeFilterImpl>;
359 friend class FormattersContainer<lldb::RegularExpressionSP, TypeFilterImpl>;
361 friend class FormattersContainer<ConstStrin
[all...]
H A DFormattersContainer.h1 //===-- FormattersContainer.h -----------------------------------*- C++ -*-===//
62 template <typename KeyType, typename ValueType> class FormattersContainer;
153 friend class FormattersContainer<KeyType, ValueType>;
157 template <typename KeyType, typename ValueType> class FormattersContainer { class in namespace:lldb_private
167 typedef typename std::shared_ptr<FormattersContainer<KeyType, ValueType>>
172 FormattersContainer(std::string name, IFormatChangeListener *lst) function in class:lldb_private::FormattersContainer
224 DISALLOW_COPY_AND_ASSIGN(FormattersContainer);
H A DTypeCategoryMap.h20 #include "lldb/DataFormatters/FormattersContainer.h"
106 friend class FormattersContainer<KeyType, ValueType>;

Completed in 53 milliseconds