Home
last modified time | relevance | path

Searched refs:GetRegexTypeSummariesContainer (Results 1 – 7 of 7) sorted by relevance

/llvm-project-15.0.7/lldb/source/DataFormatters/
H A DTypeCategory.cpp103 bool regex = GetRegexTypeSummariesContainer()->Get(candidates, entry); in Get()
154 GetRegexTypeSummariesContainer()->Clear(); in Clear()
180 success = GetRegexTypeSummariesContainer()->Delete(name) || success; in Delete()
208 count += GetRegexTypeSummariesContainer()->GetCount(); in GetCount()
267 if (GetRegexTypeSummariesContainer()->Get(type_name, summary_sp)) { in AnyMatches()
341 GetRegexTypeSummariesContainer()->GetExact( in GetSummaryForType()
388 return GetRegexTypeSummariesContainer()->GetTypeNameSpecifierAtIndex( in GetTypeNameSpecifierForSummaryAtIndex()
406 return GetRegexTypeSummariesContainer()->GetAtIndex( in GetSummaryAtIndex()
H A DFormattersHelpers.cpp41 category_sp->GetRegexTypeSummariesContainer()->Add( in AddSummary()
54 category_sp->GetRegexTypeSummariesContainer()->Add( in AddStringSummary()
68 category_sp->GetRegexTypeSummariesContainer()->Add( in AddOneLineSummary()
82 category_sp->GetRegexTypeSummariesContainer()->Add( in AddCXXSummary()
H A DFormatManager.cpp731 sys_category_sp->GetRegexTypeSummariesContainer()->Add( in LoadSystemFormatters()
734 sys_category_sp->GetRegexTypeSummariesContainer()->Add( in LoadSystemFormatters()
/llvm-project-15.0.7/lldb/source/Plugins/Language/CPlusPlus/
H A DCPlusPlusLanguage.cpp1051 cpp_category_sp->GetRegexTypeSummariesContainer()->Add( in LoadLibStdcppFormatters()
1055 cpp_category_sp->GetRegexTypeSummariesContainer()->Add( in LoadLibStdcppFormatters()
1059 cpp_category_sp->GetRegexTypeSummariesContainer()->Add( in LoadLibStdcppFormatters()
1063 cpp_category_sp->GetRegexTypeSummariesContainer()->Add( in LoadLibStdcppFormatters()
1067 cpp_category_sp->GetRegexTypeSummariesContainer()->Add( in LoadLibStdcppFormatters()
1071 cpp_category_sp->GetRegexTypeSummariesContainer()->Add( in LoadLibStdcppFormatters()
1075 cpp_category_sp->GetRegexTypeSummariesContainer()->Add( in LoadLibStdcppFormatters()
1079 cpp_category_sp->GetRegexTypeSummariesContainer()->Add( in LoadLibStdcppFormatters()
1083 cpp_category_sp->GetRegexTypeSummariesContainer()->Add( in LoadLibStdcppFormatters()
1087 cpp_category_sp->GetRegexTypeSummariesContainer()->Add( in LoadLibStdcppFormatters()
/llvm-project-15.0.7/lldb/source/API/
H A DSBTypeCategory.cpp118 m_opaque_sp->GetRegexTypeSummariesContainer()->GetCount(); in GetNumSummaries()
241 m_opaque_sp->GetRegexTypeSummariesContainer()->GetExact( in GetSummaryForType()
418 m_opaque_sp->GetRegexTypeSummariesContainer()->Add( in AddTypeSummary()
437 return m_opaque_sp->GetRegexTypeSummariesContainer()->Delete( in DeleteTypeSummary()
/llvm-project-15.0.7/lldb/include/lldb/DataFormatters/
H A DTypeCategory.h194 GetRegexTypeSummariesContainer()->ForEach( in ForEach()
218 RegexSummaryContainerSP GetRegexTypeSummariesContainer() { in GetRegexTypeSummariesContainer() function
/llvm-project-15.0.7/lldb/source/Commands/
H A DCommandObjectType.cpp692 category_sp->GetRegexTypeSummariesContainer()->Delete(typeCS); in DoExecute()
794 category_sp->GetRegexTypeSummariesContainer()->AutoComplete( in HandleArgumentCompletion()
1612 category->GetRegexTypeSummariesContainer()->Delete(type_name); in AddSummary()
1613 category->GetRegexTypeSummariesContainer()->Add(std::move(typeRX), entry); in AddSummary()