Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/DataFormatters/
H A DTypeCategory.h70 typedef FormatterContainerPair<TypeFilterImpl> FilterContainer; typedef
87 typedef FilterContainer::ExactMatchContainerSP FilterContainerSP;
88 typedef FilterContainer::RegexMatchContainerSP RegexFilterContainerSP;
130 SetExact(FilterContainer::ExactMatchForEachCallback callback) { in SetExact()
136 SetWithRegex(FilterContainer::RegexMatchForEachCallback callback) { in SetWithRegex()
216 FilterContainer::ExactMatchForEachCallback m_filter_exact;
217 FilterContainer::RegexMatchForEachCallback m_filter_regex;
280 FilterContainer &GetFilterContainer() { return m_filter_cont; } in GetFilterContainer()
288 FilterContainer::MapValueType
309 FilterContainer::MapValueType GetFilterAtIndex(size_t index);
[all …]
/freebsd-12.1/contrib/llvm/tools/lldb/source/DataFormatters/
H A DTypeCategory.cpp454 TypeCategoryImpl::FilterContainer::MapValueType
456 FilterContainer::MapValueType retval; in GetFilterForType()
531 TypeCategoryImpl::FilterContainer::MapValueType