Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/lldb/include/lldb/Symbol/
HDClangASTType.h610 DumpTypeDescription () const; // Dump to stdout
613 DumpTypeDescription (Stream *s) const;
/NextBSD/contrib/llvm/tools/lldb/source/Symbol/
HDType.cpp181 GetClangForwardType().DumpTypeDescription(s); in GetDescription()
229 GetClangForwardType().DumpTypeDescription (s); in Dump()
1294 m_dynamic_type.DumpTypeDescription(&strm); in GetDescription()
1297 m_static_type.GetClangASTType().DumpTypeDescription(&strm); in GetDescription()
HDClangASTType.cpp2138 DumpTypeDescription(&s); in GetBitSize()
6622 ClangASTType::DumpTypeDescription () const in DumpTypeDescription() function in ClangASTType
6625 DumpTypeDescription (&s); in DumpTypeDescription()
6634 ClangASTType::DumpTypeDescription (Stream *s) const in DumpTypeDescription() function in ClangASTType
6682 …TType (m_ast, llvm::cast<clang::ElaboratedType>(qual_type)->getNamedType()).DumpTypeDescription(s); in DumpTypeDescription()
6686 … ClangASTType (m_ast, llvm::cast<clang::ParenType>(qual_type)->desugar()).DumpTypeDescription(s); in DumpTypeDescription()
/NextBSD/contrib/llvm/tools/lldb/source/Expression/
HDIRForTarget.cpp610 m_result_type.DumpTypeDescription(&type_desc_stream); in CreateResultVariable()
624 m_result_type.DumpTypeDescription(&type_desc_stream); in CreateResultVariable()
/NextBSD/contrib/llvm/tools/lldb/source/Target/
HDThread.cpp1898 return_type.DumpTypeDescription(&s); in ReturnFromFrame()