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

References

tools/lldb/source/DataFormatters/LanguageCategory.cpp
   28     m_category_sp = language_plugin->GetFormatters();
   39   if (!m_category_sp)
   52       m_category_sp->Get(valobj, match_data.GetMatchesVector(), format_sp);
   62   if (!m_category_sp)
   75       m_category_sp->Get(valobj, match_data.GetMatchesVector(), format_sp);
   85   if (!m_category_sp)
   98       m_category_sp->Get(valobj, match_data.GetMatchesVector(), format_sp);
  108   if (!m_category_sp)
  121       m_category_sp->Get(valobj, match_data.GetMatchesVector(), format_sp);
  210   return m_category_sp;
  216   if (m_category_sp)
  217     m_category_sp->Enable(true, TypeCategoryMap::Default);
  222   if (m_category_sp)
  223     m_category_sp->Disable();