Home
last modified time | relevance | path

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

/external/llvm-project/lldb/include/lldb/DataFormatters/
DTypeCategory.h67 typedef FormatterContainerPair<TypeFilterImpl> FilterContainer; typedef
80 typedef FilterContainer::ExactMatchContainerSP FilterContainerSP;
81 typedef FilterContainer::RegexMatchContainerSP RegexFilterContainerSP;
119 SetExact(FilterContainer::ExactMatchForEachCallback callback) { in SetExact()
125 SetWithRegex(FilterContainer::RegexMatchForEachCallback callback) { in SetWithRegex()
159 FilterContainer::ExactMatchForEachCallback GetFilterExactCallback() const { in GetFilterExactCallback()
162 FilterContainer::RegexMatchForEachCallback GetFilterRegexCallback() const { in GetFilterRegexCallback()
180 FilterContainer::ExactMatchForEachCallback m_filter_exact;
181 FilterContainer::RegexMatchForEachCallback m_filter_regex;
232 FilterContainer &GetFilterContainer() { return m_filter_cont; } in GetFilterContainer()
[all …]
/external/llvm-project/lldb/source/DataFormatters/
DTypeCategory.cpp351 TypeCategoryImpl::FilterContainer::MapValueType
353 FilterContainer::MapValueType retval; in GetFilterForType()
410 TypeCategoryImpl::FilterContainer::MapValueType