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

References

tools/lldb/source/DataFormatters/FormatManager.cpp
  642     if (m_format_cache.GetFormat(match_data.GetTypeForCache(), retval)) {
  650       return retval;
  657   retval = m_categories_map.GetFormat(match_data);
  658   if (!retval) {
  664         if (lang_category->Get(match_data, retval))
  668     if (retval) {
  672       return retval;
  675   if (!retval) {
  678     retval = GetHardcodedFormat(match_data);
  681   if (match_data.GetTypeForCache() && (!retval || !retval->NonCacheable())) {
  681   if (match_data.GetTypeForCache() && (!retval || !retval->NonCacheable())) {
  683               static_cast<void *>(retval.get()),
  685     m_format_cache.SetFormat(match_data.GetTypeForCache(), retval);
  689   return retval;