Home
last modified time | relevance | path

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

/external/llvm-project/lldb/include/lldb/DataFormatters/
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;