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

References

tools/lldb/include/lldb/DataFormatters/TypeCategory.h
  221     GetTypeFormatsContainer()->ForEach(foreach.GetFormatExactCallback());
tools/lldb/source/API/SBTypeCategory.cpp
  113   return m_opaque_sp->GetTypeFormatsContainer()->GetCount() +
  232     m_opaque_sp->GetTypeFormatsContainer()->GetExact(
  371     m_opaque_sp->GetTypeFormatsContainer()->Add(
  391     return m_opaque_sp->GetTypeFormatsContainer()->Delete(
tools/lldb/source/Commands/CommandObjectType.cpp
  701         category_sp->GetTypeFormatsContainer()->Add(std::move(typeCS), entry);
tools/lldb/source/DataFormatters/FormattersHelpers.cpp
   34     category_sp->GetTypeFormatsContainer()->Add(std::move(type_name),
tools/lldb/source/DataFormatters/TypeCategory.cpp
  104   if (GetTypeFormatsContainer()->Get(candidates, entry, reason))
  188     GetTypeFormatsContainer()->Clear();
  220     success = GetTypeFormatsContainer()->Delete(name) || success;
  254     count += GetTypeFormatsContainer()->GetCount();
  298     if (GetTypeFormatsContainer()->Get(type_name, format_sp)) {
  409       GetTypeFormatsContainer()->GetExact(ConstString(type_sp->GetName()),
  491   if (index < GetTypeFormatsContainer()->GetCount())
  492     return GetTypeFormatsContainer()->GetAtIndex(index);
  495         index - GetTypeFormatsContainer()->GetCount());
  518   if (index < GetTypeFormatsContainer()->GetCount())
  519     return GetTypeFormatsContainer()->GetTypeNameSpecifierAtIndex(index);
  522         index - GetTypeFormatsContainer()->GetCount());