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

References

tools/lldb/source/DataFormatters/LanguageCategory.cpp
  115     if (m_format_cache.GetValidator(match_data.GetTypeForCache(), format_sp))
  116       return format_sp.get() != nullptr;
  121       m_category_sp->Get(valobj, match_data.GetMatchesVector(), format_sp);
  123       (!format_sp || !format_sp->NonCacheable())) {
  123       (!format_sp || !format_sp->NonCacheable())) {
  124     m_format_cache.SetValidator(match_data.GetTypeForCache(), format_sp);