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

References

tools/lldb/source/DataFormatters/LanguageCategory.cpp
   92     if (m_format_cache.GetSynthetic(match_data.GetTypeForCache(), format_sp))
   93       return format_sp.get() != nullptr;
   98       m_category_sp->Get(valobj, match_data.GetMatchesVector(), format_sp);
  100       (!format_sp || !format_sp->NonCacheable())) {
  100       (!format_sp || !format_sp->NonCacheable())) {
  101     m_format_cache.SetSynthetic(match_data.GetTypeForCache(), format_sp);