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

References

tools/lldb/source/Symbol/Type.cpp
  176   *s << "id = " << (const UserID &)*this;
  182       *s << ", name = \"" << type_name << '"';
  185         *s << ", qualified = \"" << qualified_type_name << '"';
  192     s->Printf(", byte-size = %" PRIu64, m_byte_size);
  194   m_decl.Dump(s, show_fullpaths);
  197     *s << ", compiler_type = \"";
  198     GetForwardCompilerType().DumpTypeDescription(s);
  199     *s << '"';
  201     s->Printf(", type_uid = 0x%8.8" PRIx64, m_encoding_uid);
  206       s->PutCString(" (unresolved type)");
  209       s->PutCString(" (unresolved const type)");
  212       s->PutCString(" (unresolved restrict type)");
  215       s->PutCString(" (unresolved volatile type)");
  218       s->PutCString(" (unresolved typedef)");
  221       s->PutCString(" (unresolved pointer)");
  224       s->PutCString(" (unresolved L value reference)");
  227       s->PutCString(" (unresolved R value reference)");
  230       s->PutCString(" (synthetic type)");