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

References

tools/lldb/source/DataFormatters/FormatManager.cpp
  792     if (m_format_cache.GetSynthetic(match_data.GetTypeForCache(), retval)) {
  800       return retval;
  806   retval = m_categories_map.GetSyntheticChildren(match_data);
  807   if (!retval) {
  813         if (lang_category->Get(match_data, retval))
  817     if (retval) {
  820       return retval;
  823   if (!retval) {
  827     retval = GetHardcodedSyntheticChildren(match_data);
  830   if (match_data.GetTypeForCache() && (!retval || !retval->NonCacheable())) {
  830   if (match_data.GetTypeForCache() && (!retval || !retval->NonCacheable())) {
  833               static_cast<void *>(retval.get()),
  835     m_format_cache.SetSynthetic(match_data.GetTypeForCache(), retval);
  839   return retval;