Home
last modified time | relevance | path

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

/external/llvm-project/lldb/include/lldb/DataFormatters/
DTypeCategory.h350 friend class FormattersContainer<TypeFormatImpl>; variable
352 friend class FormattersContainer<TypeSummaryImpl>; variable
354 friend class FormattersContainer<TypeFilterImpl>; variable
356 friend class FormattersContainer<ScriptedSyntheticChildren>; variable
DTypeCategoryMap.h107 friend class FormattersContainer<ValueType>; variable
DFormattersContainer.h118 FormattersContainer(IFormatChangeListener *lst) : listener(lst) {} in FormattersContainer() function