Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/DataFormatters/
H A DFormattersContainer.h141 template <typename ValueType> class FormattersContainer {
147 typedef typename std::shared_ptr<FormattersContainer<ValueType>>
152 FormattersContainer(IFormatChangeListener *lst) : listener(lst) {} in FormattersContainer() function
263 FormattersContainer(const FormattersContainer &) = delete;
264 const FormattersContainer &operator=(const FormattersContainer &) = delete;
H A DTypeCategory.h38 using Subcontainer = FormattersContainer<FormatterImpl>;
391 friend class FormattersContainer<TypeFormatImpl>;
393 friend class FormattersContainer<TypeSummaryImpl>;
395 friend class FormattersContainer<TypeFilterImpl>;
397 friend class FormattersContainer<ScriptedSyntheticChildren>;
H A DFormatManager.h37 typedef FormattersContainer<TypeSummaryImpl> NamedSummariesMap;