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

References

tools/lldb/source/DataFormatters/LanguageCategory.cpp
  139     if ((format_sp = candidate(valobj, use_dynamic, fmt_mgr)))
  143       (!format_sp || !format_sp->NonCacheable())) {
  143       (!format_sp || !format_sp->NonCacheable())) {
  144     m_format_cache.SetFormat(match_data.GetTypeForCache(), format_sp);
  146   return format_sp.get() != nullptr;