Home
last modified time | relevance | path

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

/trueos/contrib/llvm/tools/lldb/source/Symbol/
HDType.cpp178 GetClangForwardType().DumpTypeDescription(s); in GetDescription()
226 GetClangForwardType().DumpTypeDescription (s); in Dump()
1155 m_dynamic_type.DumpTypeDescription(&strm); in GetDescription()
1158 m_static_type.GetClangASTType().DumpTypeDescription(&strm); in GetDescription()
HDClangASTType.cpp6129 ClangASTType::DumpTypeDescription () const in DumpTypeDescription() function in ClangASTType
6132 DumpTypeDescription (&s); in DumpTypeDescription()
6141 ClangASTType::DumpTypeDescription (Stream *s) const in DumpTypeDescription() function in ClangASTType
6189 … ClangASTType (m_ast, cast<ElaboratedType>(qual_type)->getNamedType()).DumpTypeDescription(s); in DumpTypeDescription()
6193 ClangASTType (m_ast, cast<ParenType>(qual_type)->desugar()).DumpTypeDescription(s); in DumpTypeDescription()
/trueos/contrib/llvm/tools/lldb/include/lldb/Symbol/
HDClangASTType.h617 DumpTypeDescription () const; // Dump to stdout
620 DumpTypeDescription (Stream *s) const;
/trueos/contrib/llvm/tools/lldb/source/Expression/
HDIRForTarget.cpp585 m_result_type.DumpTypeDescription(&type_desc_stream); in CreateResultVariable()
599 m_result_type.DumpTypeDescription(&type_desc_stream); in CreateResultVariable()
/trueos/contrib/llvm/tools/lldb/source/Target/
HDThread.cpp1718 return_type.DumpTypeDescription(&s); in ReturnFromFrame()