reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/lldb/include/lldb/DataFormatters/TypeCategory.h
  224     GetTypeSummariesContainer()->ForEach(foreach.GetSummaryExactCallback());
tools/lldb/source/API/SBTypeCategory.cpp
  122   return m_opaque_sp->GetTypeSummariesContainer()->GetCount() +
  257     m_opaque_sp->GetTypeSummariesContainer()->GetExact(
  450     m_opaque_sp->GetTypeSummariesContainer()->Add(
  470     return m_opaque_sp->GetTypeSummariesContainer()->Delete(
tools/lldb/source/Commands/CommandObjectType.cpp
 1640     category->GetTypeSummariesContainer()->Add(std::move(type_name), entry);
tools/lldb/source/DataFormatters/FormatManager.cpp
  960   sys_category_sp->GetTypeSummariesContainer()->Add(ConstString("char *"),
  962   sys_category_sp->GetTypeSummariesContainer()->Add(
  978   sys_category_sp->GetTypeSummariesContainer()->Add(ConstString("OSType"),
tools/lldb/source/DataFormatters/FormattersHelpers.cpp
   45     category_sp->GetTypeSummariesContainer()->Add(std::move(type_name),
   58     category_sp->GetTypeSummariesContainer()->Add(std::move(type_name),
   72     category_sp->GetTypeSummariesContainer()->Add(std::move(type_name),
   86     category_sp->GetTypeSummariesContainer()->Add(std::move(type_name),
tools/lldb/source/DataFormatters/TypeCategory.cpp
  117   if (GetTypeSummariesContainer()->Get(candidates, entry, reason))
  193     GetTypeSummariesContainer()->Clear();
  225     success = GetTypeSummariesContainer()->Delete(name) || success;
  259     count += GetTypeSummariesContainer()->GetCount();
  318     if (GetTypeSummariesContainer()->Get(type_name, summary_sp)) {
  425       GetTypeSummariesContainer()->GetExact(ConstString(type_sp->GetName()),
  482   if (index < GetTypeSummariesContainer()->GetCount())
  483     return GetTypeSummariesContainer()->GetTypeNameSpecifierAtIndex(index);
  486         index - GetTypeSummariesContainer()->GetCount());
  500   if (index < GetTypeSummariesContainer()->GetCount())
  501     return GetTypeSummariesContainer()->GetAtIndex(index);
  504         index - GetTypeSummariesContainer()->GetCount());
tools/lldb/source/Plugins/Language/CPlusPlus/CPlusPlusLanguage.cpp
  703   cpp_category_sp->GetTypeSummariesContainer()->Add(ConstString("std::string"),
  705   cpp_category_sp->GetTypeSummariesContainer()->Add(
  707   cpp_category_sp->GetTypeSummariesContainer()->Add(
  711   cpp_category_sp->GetTypeSummariesContainer()->Add(
  716   cpp_category_sp->GetTypeSummariesContainer()->Add(
  718   cpp_category_sp->GetTypeSummariesContainer()->Add(
  728   cpp_category_sp->GetTypeSummariesContainer()->Add(ConstString("std::wstring"),
  730   cpp_category_sp->GetTypeSummariesContainer()->Add(
  732   cpp_category_sp->GetTypeSummariesContainer()->Add(
  736   cpp_category_sp->GetTypeSummariesContainer()->Add(
  741   cpp_category_sp->GetTypeSummariesContainer()->Add(
  743   cpp_category_sp->GetTypeSummariesContainer()->Add(
tools/lldb/source/Plugins/Language/ObjC/ObjCLanguage.cpp
  282   objc_category_sp->GetTypeSummariesContainer()->Add(ConstString("BOOL"),
  284   objc_category_sp->GetTypeSummariesContainer()->Add(ConstString("BOOL &"),
  286   objc_category_sp->GetTypeSummariesContainer()->Add(ConstString("BOOL *"),