Searched refs:DumpTypeDescription (Results 1 – 10 of 10) sorted by relevance
407 void DumpTypeDescription() const; // Dump to stdout409 void DumpTypeDescription(Stream *s) const;
374 DumpTypeDescription(lldb::opaque_compiler_type_t type) = 0; // Dump to stdout376 virtual void DumpTypeDescription(lldb::opaque_compiler_type_t type,
953 void DumpTypeDescription(956 void DumpTypeDescription(lldb::opaque_compiler_type_t type,
795 void CompilerType::DumpTypeDescription() const { in DumpTypeDescription() function in CompilerType797 m_type_system->DumpTypeDescription(m_type); in DumpTypeDescription()800 void CompilerType::DumpTypeDescription(Stream *s) const { in DumpTypeDescription() function in CompilerType802 m_type_system->DumpTypeDescription(m_type, s); in DumpTypeDescription()
172 GetForwardCompilerType().DumpTypeDescription(s); in GetDescription()231 GetForwardCompilerType().DumpTypeDescription(s); in Dump()1024 m_dynamic_type.DumpTypeDescription(&strm); in GetDescription()1027 m_static_type.GetCompilerType().DumpTypeDescription(&strm); in GetDescription()
5044 DumpTypeDescription(type, &s); in GetBitSize()9663 void ClangASTContext::DumpTypeDescription(lldb::opaque_compiler_type_t type) { in DumpTypeDescription() function in ClangASTContext9665 DumpTypeDescription(type, &s); in DumpTypeDescription()9673 void ClangASTContext::DumpTypeDescription(lldb::opaque_compiler_type_t type, in DumpTypeDescription() function in ClangASTContext9717 .DumpTypeDescription(s); in DumpTypeDescription()9723 .DumpTypeDescription(s); in DumpTypeDescription()9729 .DumpTypeDescription(s); in DumpTypeDescription()
67 m_compiler_type.DumpTypeDescription(&stream); in DumpToStream()
317 m_result_type.DumpTypeDescription(&type_desc_stream); in CreateResultVariable()330 m_result_type.DumpTypeDescription(&type_desc_stream); in CreateResultVariable()
926 m_compiler_type.DumpTypeDescription(&stream); in GetTypeScavenger()
1688 return_type.DumpTypeDescription(&s); in ReturnFromFrame()