Home
last modified time | relevance | path

Searched refs:FormattersContainer (Results 1 – 4 of 4) sorted by relevance

/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/DataFormatters/
H A DFormattersContainer.h107 template <typename ValueType> class FormattersContainer {
113 typedef typename std::shared_ptr<FormattersContainer<ValueType>>
118 FormattersContainer(IFormatChangeListener *lst) : listener(lst) {} in FormattersContainer() function
213 FormattersContainer(const FormattersContainer &) = delete;
214 const FormattersContainer &operator=(const FormattersContainer &) = delete;
H A DTypeCategory.h28 typedef FormattersContainer<FormatterImpl> ExactMatchContainer;
29 typedef FormattersContainer<FormatterImpl> RegexMatchContainer;
350 friend class FormattersContainer<TypeFormatImpl>;
352 friend class FormattersContainer<TypeSummaryImpl>;
354 friend class FormattersContainer<TypeFilterImpl>;
356 friend class FormattersContainer<ScriptedSyntheticChildren>;
H A DTypeCategoryMap.h107 friend class FormattersContainer<ValueType>;
H A DFormatManager.h37 typedef FormattersContainer<TypeSummaryImpl> NamedSummariesMap;