Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/DataFormatters/
H A DTypeCategory.cpp18 : m_format_cont(clist), m_summary_cont(clist), m_filter_cont(clist), in TypeCategoryImpl()
98 return m_summary_cont.Get(candidates, entry); in Get()
142 m_summary_cont.Clear(); in Clear()
158 success = m_summary_cont.Delete(name) || success; in Delete()
176 count += m_summary_cont.GetCount(); in GetCount()
205 if (m_summary_cont.AnyMatches(candidate_type)) { in AnyMatches()
242 m_summary_cont.AutoComplete(request); in AutoComplete()
256 return m_summary_cont.GetForTypeNameSpecifier(type_sp); in GetSummaryForType()
276 return m_summary_cont.GetAtIndex(index); in GetSummaryAtIndex()
296 return m_summary_cont.GetTypeNameSpecifierAtIndex(index); in GetTypeNameSpecifierForSummaryAtIndex()
/freebsd/contrib/llvm-project/lldb/include/lldb/DataFormatters/
H A DTypeCategory.h199 m_summary_cont.ForEach(callback.callback); in ForEach()
236 m_summary_cont.Add(type_sp, summary_sp); in AddTypeSummary()
276 return m_summary_cont.Delete(type_sp); in DeleteTypeSummary()
289 uint32_t GetNumSummaries() { return m_summary_cont.GetCount(); } in GetNumSummaries()
361 SummaryContainer m_summary_cont; variable