Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/DataFormatters/
H A DTypeCategory.h68 typedef FormatterContainerPair<TypeFormatImpl> FormatContainer; typedef
81 typedef FormatContainer::ExactMatchContainerSP FormatContainerSP;
82 typedef FormatContainer::RegexMatchContainerSP RegexFormatContainerSP;
104 SetExact(FormatContainer::ExactMatchForEachCallback callback) { in SetExact()
110 SetWithRegex(FormatContainer::RegexMatchForEachCallback callback) { in SetWithRegex()
210 FormatContainer::ExactMatchForEachCallback m_format_exact;
211 FormatContainer::RegexMatchForEachCallback m_format_regex;
260 FormatContainer &GetFormatContainer() { return m_format_cont; } in GetFormatContainer()
282 FormatContainer::MapValueType
305 FormatContainer::MapValueType GetFormatAtIndex(size_t index);
[all …]
/freebsd-12.1/contrib/llvm/tools/lldb/source/DataFormatters/
H A DTypeCategory.cpp422 TypeCategoryImpl::FormatContainer::MapValueType
424 FormatContainer::MapValueType retval; in GetFormatForType()
513 TypeCategoryImpl::FormatContainer::MapValueType