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

References

tools/lldb/source/DataFormatters/LanguageCategory.cpp
   46     if (m_format_cache.GetFormat(match_data.GetTypeForCache(), format_sp))
   55     m_format_cache.SetFormat(match_data.GetTypeForCache(), format_sp);
   69     if (m_format_cache.GetSummary(match_data.GetTypeForCache(), format_sp))
   78     m_format_cache.SetSummary(match_data.GetTypeForCache(), format_sp);
   92     if (m_format_cache.GetSynthetic(match_data.GetTypeForCache(), format_sp))
  101     m_format_cache.SetSynthetic(match_data.GetTypeForCache(), format_sp);
  115     if (m_format_cache.GetValidator(match_data.GetTypeForCache(), format_sp))
  124     m_format_cache.SetValidator(match_data.GetTypeForCache(), format_sp);
  144     m_format_cache.SetFormat(match_data.GetTypeForCache(), format_sp);
  164     m_format_cache.SetSummary(match_data.GetTypeForCache(), format_sp);
  184     m_format_cache.SetSynthetic(match_data.GetTypeForCache(), format_sp);
  204     m_format_cache.SetValidator(match_data.GetTypeForCache(), format_sp);
  213 FormatCache &LanguageCategory::GetFormatCache() { return m_format_cache; }