Home
last modified time | relevance | path

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

/src/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
265 FormattersContainer(const FormattersContainer &) = delete;
266 const FormattersContainer &operator=(const FormattersContainer &) = delete;
H A DTypeCategory.h38 using Subcontainer = FormattersContainer<FormatterImpl>;
391 friend class FormattersContainer<TypeFormatImpl>; variable
393 friend class FormattersContainer<TypeSummaryImpl>; variable
395 friend class FormattersContainer<TypeFilterImpl>; variable
397 friend class FormattersContainer<ScriptedSyntheticChildren>; variable
H A DFormatManager.h37 typedef FormattersContainer<TypeSummaryImpl> NamedSummariesMap;