Searched refs:FormattersContainer (Results 1 – 3 of 3) sorted by relevance
| /freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/DataFormatters/ |
| H A D | TypeCategory.h | 29 typedef FormattersContainer<ConstString, FormatterImpl> ExactMatchContainer; 30 typedef FormattersContainer<lldb::RegularExpressionSP, FormatterImpl> 426 friend class FormattersContainer<ConstString, TypeFormatImpl>; 427 friend class FormattersContainer<lldb::RegularExpressionSP, TypeFormatImpl>; 429 friend class FormattersContainer<ConstString, TypeSummaryImpl>; 432 friend class FormattersContainer<ConstString, TypeFilterImpl>; 433 friend class FormattersContainer<lldb::RegularExpressionSP, TypeFilterImpl>; 436 friend class FormattersContainer<ConstString, ScriptedSyntheticChildren>; 437 friend class FormattersContainer<lldb::RegularExpressionSP, 441 friend class FormattersContainer<ConstString, TypeValidatorImpl>; [all …]
|
| H A D | FormattersContainer.h | 64 template <typename KeyType, typename ValueType> class FormattersContainer; variable 164 friend class FormattersContainer<KeyType, ValueType>; 168 template <typename KeyType, typename ValueType> class FormattersContainer { 178 typedef typename std::shared_ptr<FormattersContainer<KeyType, ValueType>> 183 FormattersContainer(std::string name, IFormatChangeListener *lst) in FormattersContainer() function 235 DISALLOW_COPY_AND_ASSIGN(FormattersContainer);
|
| H A D | TypeCategoryMap.h | 116 friend class FormattersContainer<KeyType, ValueType>;
|