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

References

tools/lldb/include/lldb/DataFormatters/FormatManager.h
  213   FormatCache m_format_cache;
tools/lldb/include/lldb/DataFormatters/LanguageCategory.h
   52   FormatCache &GetFormatCache();
   68   lldb_private::FormatCache m_format_cache;
tools/lldb/source/DataFormatters/FormatCache.cpp
  112 FormatCache::Entry &FormatCache::GetEntry(ConstString type) {
tools/lldb/source/DataFormatters/LanguageCategory.cpp
  213 FormatCache &LanguageCategory::GetFormatCache() { return m_format_cache; }