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

References

tools/lldb/include/lldb/DataFormatters/TypeCategory.h
  231     GetTypeSyntheticsContainer()->ForEach(foreach.GetSynthExactCallback());
tools/lldb/source/API/SBTypeCategory.cpp
  140   return m_opaque_sp->GetTypeSyntheticsContainer()->GetCount() +
  282     m_opaque_sp->GetTypeSyntheticsContainer()->GetExact(
  574     m_opaque_sp->GetTypeSyntheticsContainer()->Add(
  594     return m_opaque_sp->GetTypeSyntheticsContainer()->Delete(
tools/lldb/source/Commands/CommandObjectType.cpp
 2370     category->GetTypeSyntheticsContainer()->Add(std::move(type_name), entry);
tools/lldb/source/DataFormatters/FormattersHelpers.cpp
  101     category_sp->GetTypeSyntheticsContainer()->Add(std::move(type_name),
tools/lldb/source/DataFormatters/TypeCategory.cpp
  143   if (!GetTypeSyntheticsContainer()->Get(candidates, synth, &reason_synth))
  205     GetTypeSyntheticsContainer()->Clear();
  237     success = GetTypeSyntheticsContainer()->Delete(name) || success;
  271     count += GetTypeSyntheticsContainer()->GetCount();
  358     if (GetTypeSyntheticsContainer()->Get(type_name, synth_sp)) {
  457       GetTypeSyntheticsContainer()->GetExact(ConstString(type_sp->GetName()),
  536   if (index < GetTypeSyntheticsContainer()->GetCount())
  537     return GetTypeSyntheticsContainer()->GetAtIndex(index);
  540         index - GetTypeSyntheticsContainer()->GetCount());
  545   if (index < GetTypeSyntheticsContainer()->GetCount())
  546     return GetTypeSyntheticsContainer()->GetTypeNameSpecifierAtIndex(index);
  549         index - GetTypeSyntheticsContainer()->GetCount());