Home
last modified time | relevance | path

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

/llvm-project-15.0.7/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 DFormatManager.h37 typedef FormattersContainer<TypeSummaryImpl> NamedSummariesMap;
/llvm-project-15.0.7/clang/docs/tools/
H A Dclang-formatted-files.txt3700 lldb/include/lldb/DataFormatters/FormattersContainer.h