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

References

tools/lldb/source/API/SBTypeCategory.cpp
   60   return m_opaque_sp->IsEnabled();
tools/lldb/source/Commands/CommandObjectType.cpp
 1066           category->GetName(), category->IsEnabled() ? "" : " (disabled)");
tools/lldb/source/DataFormatters/DataVisualization.cpp
  123   if (GetFormatManager().GetCategory(category)->IsEnabled())
  136   if (GetFormatManager().GetCategory(category)->IsEnabled())
  149     if (category->IsEnabled())
  157   if (category.get() && category->IsEnabled())
tools/lldb/source/DataFormatters/FormatManager.cpp
  301     if (!category_sp->IsEnabled())
  325     if (!category_sp->IsEnabled())
  349     if (!category_sp->IsEnabled())
  373     if (!category_sp->IsEnabled())
  398     if (!category_sp->IsEnabled())
tools/lldb/source/DataFormatters/TypeCategory.cpp
  102   if (!IsEnabled() || !IsApplicable(valobj))
  115   if (!IsEnabled() || !IsApplicable(valobj))
  128   if (!IsEnabled() || !IsApplicable(valobj))
  175   if (!IsEnabled())
  288   if (!IsEnabled() && only_enabled)
  580   stream.Printf("%s (%s", GetName(), (IsEnabled() ? "enabled" : "disabled"));
tools/lldb/source/DataFormatters/TypeCategoryMap.cpp
  100     if (iter->second->IsEnabled())
  350         if (pos->second->IsEnabled())
tools/lldb/source/Plugins/Language/CPlusPlus/CPlusPlusLanguage.cpp
  986             if (fmt_mgr.GetCategory(g_vectortypes)->IsEnabled())
 1036         if (fmt_mgr.GetCategory(g_vectortypes)->IsEnabled())