Home
last modified time | relevance | path

Searched refs:DumpTypeDescription (Results 1 – 5 of 5) sorted by relevance

/external/lldb/include/lldb/Symbol/
DClangASTType.h608 DumpTypeDescription () const; // Dump to stdout
611 DumpTypeDescription (Stream *s) const;
/external/lldb/source/Symbol/
DType.cpp178 GetClangForwardType().DumpTypeDescription(s); in GetDescription()
226 GetClangForwardType().DumpTypeDescription (s); in Dump()
975 m_clang_ast_type.DumpTypeDescription (&strm); in GetDescription()
DClangASTType.cpp6048 ClangASTType::DumpTypeDescription () const in DumpTypeDescription() function in ClangASTType
6051 DumpTypeDescription (&s); in DumpTypeDescription()
6060 ClangASTType::DumpTypeDescription (Stream *s) const in DumpTypeDescription() function in ClangASTType
6108 … ClangASTType (m_ast, cast<ElaboratedType>(qual_type)->getNamedType()).DumpTypeDescription(s); in DumpTypeDescription()
6112 ClangASTType (m_ast, cast<ParenType>(qual_type)->desugar()).DumpTypeDescription(s); in DumpTypeDescription()
/external/lldb/source/Expression/
DIRForTarget.cpp586 m_result_type.DumpTypeDescription(&type_desc_stream); in CreateResultVariable()
600 m_result_type.DumpTypeDescription(&type_desc_stream); in CreateResultVariable()
/external/lldb/source/Target/
DThread.cpp1697 return_type.DumpTypeDescription(&s); in ReturnFromFrame()