Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/DataFormatters/
H A DTypeCategory.cpp18 : m_format_cont(clist), m_summary_cont(clist), m_filter_cont(clist), in TypeCategoryImpl()
111 m_filter_cont.Get(candidates, filter_sp); in Get()
145 m_filter_cont.Clear(); in Clear()
161 success = m_filter_cont.Delete(name) || success; in Delete()
179 count += m_filter_cont.GetCount(); in GetCount()
215 if (m_filter_cont.AnyMatches(candidate_type)) { in AnyMatches()
244 m_filter_cont.AutoComplete(request); in AutoComplete()
261 return m_filter_cont.GetForTypeNameSpecifier(type_sp); in GetFilterForType()
281 return m_filter_cont.GetAtIndex(index); in GetFilterAtIndex()
301 return m_filter_cont.GetTypeNameSpecifierAtIndex(index); in GetTypeNameSpecifierForFilterAtIndex()
/openbsd-src/gnu/llvm/lldb/include/lldb/DataFormatters/
H A DTypeCategory.h203 m_filter_cont.ForEach(callback.callback); in ForEach()
248 m_filter_cont.Add(type_sp, filter_sp); in AddTypeFilter()
280 return m_filter_cont.Delete(type_sp); in DeleteTypeFilter()
291 uint32_t GetNumFilters() { return m_filter_cont.GetCount(); } in GetNumFilters()
362 FilterContainer m_filter_cont; variable