Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/include/lldb/DataFormatters/
H A DTypeCategory.h26 template <typename FormatterImpl> class FormatterContainerPair {
44 FormatterContainerPair(IFormatChangeListener *clist) in FormatterContainerPair() function
48 ~FormatterContainerPair() = default;
65 typedef FormatterContainerPair<TypeFormatImpl> FormatContainer;
66 typedef FormatterContainerPair<TypeSummaryImpl> SummaryContainer;
67 typedef FormatterContainerPair<TypeFilterImpl> FilterContainer;
68 typedef FormatterContainerPair<SyntheticChildren> SynthContainer;