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

References

tools/lldb/source/DataFormatters/LanguageCategory.cpp
   69     if (m_format_cache.GetSummary(match_data.GetTypeForCache(), format_sp))
   70       return format_sp.get() != nullptr;
   75       m_category_sp->Get(valobj, match_data.GetMatchesVector(), format_sp);
   77       (!format_sp || !format_sp->NonCacheable())) {
   77       (!format_sp || !format_sp->NonCacheable())) {
   78     m_format_cache.SetSummary(match_data.GetTypeForCache(), format_sp);