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

Declarations

tools/lldb/include/lldb/Symbol/CompilerType.h
  360   void DumpTypeDescription(Stream *s) const;

References

tools/lldb/include/lldb/Target/Language.h
   67           m_compiler_type.DumpTypeDescription(&stream);
tools/lldb/source/Plugins/ExpressionParser/Clang/IRForTarget.cpp
  319     m_result_type.DumpTypeDescription(&type_desc_stream);
  331     m_result_type.DumpTypeDescription(&type_desc_stream);
tools/lldb/source/Plugins/Language/ObjC/ObjCLanguage.cpp
  920         m_compiler_type.DumpTypeDescription(&stream);
tools/lldb/source/Symbol/ClangASTContext.cpp
 9686           .DumpTypeDescription(s);
 9693           .DumpTypeDescription(s);
 9700           .DumpTypeDescription(s);
tools/lldb/source/Symbol/Type.cpp
  198     GetForwardCompilerType().DumpTypeDescription(s);
  257     GetForwardCompilerType().DumpTypeDescription(s);
 1028       m_dynamic_type.DumpTypeDescription(&strm);
 1031     m_static_type.DumpTypeDescription(&strm);
tools/lldb/source/Target/Thread.cpp
 1675           return_type.DumpTypeDescription(&s);