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

References

tools/lldb/source/DataFormatters/LanguageCategory.cpp
   91   if (match_data.GetTypeForCache()) {
   92     if (m_format_cache.GetSynthetic(match_data.GetTypeForCache(), format_sp))
   96   ValueObject &valobj(match_data.GetValueObject());
   98       m_category_sp->Get(valobj, match_data.GetMatchesVector(), format_sp);
   99   if (match_data.GetTypeForCache() &&
  101     m_format_cache.SetSynthetic(match_data.GetTypeForCache(), format_sp);