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

Declarations

tools/lldb/include/lldb/DataFormatters/FormatManager.h
  115   lldb::TypeCategoryImplSP GetCategory(ConstString category_name,

References

tools/lldb/include/lldb/DataFormatters/FormatManager.h
  111       return GetCategory(m_default_category_name);
  112     return GetCategory(ConstString(category_name));
tools/lldb/source/DataFormatters/DataVisualization.cpp
   91   entry = GetFormatManager().GetCategory(category, allow_create);
  104   GetFormatManager().GetCategory(category);
  117   GetFormatManager().GetCategory(category)->Clear(
  123   if (GetFormatManager().GetCategory(category)->IsEnabled())
  136   if (GetFormatManager().GetCategory(category)->IsEnabled())
tools/lldb/source/DataFormatters/FormatManager.cpp
  426     return GetCategory(m_default_category_name);
  437   return GetCategory(category_name);
  958       GetCategory(m_system_category_name);
  991       GetCategory(m_vectortypes_category_name);
tools/lldb/source/Plugins/Language/CPlusPlus/CPlusPlusLanguage.cpp
  986             if (fmt_mgr.GetCategory(g_vectortypes)->IsEnabled())
 1036         if (fmt_mgr.GetCategory(g_vectortypes)->IsEnabled())