Home
last modified time | relevance | path

Searched defs:FormattersContainer (Results 1 – 2 of 2) sorted by relevance

/src/contrib/llvm-project/lldb/include/lldb/DataFormatters/
H A DTypeCategory.h391 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 DFormattersContainer.h152 FormattersContainer(IFormatChangeListener *lst) : listener(lst) {} in FormattersContainer() function