Searched refs:DumpTypeDescription (Results 1 – 5 of 5) sorted by relevance
610 DumpTypeDescription () const; // Dump to stdout613 DumpTypeDescription (Stream *s) const;
181 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()
2138 DumpTypeDescription(&s); in GetBitSize()6622 ClangASTType::DumpTypeDescription () const in DumpTypeDescription() function in ClangASTType6625 DumpTypeDescription (&s); in DumpTypeDescription()6634 ClangASTType::DumpTypeDescription (Stream *s) const in DumpTypeDescription() function in ClangASTType6682 …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()
610 m_result_type.DumpTypeDescription(&type_desc_stream); in CreateResultVariable()624 m_result_type.DumpTypeDescription(&type_desc_stream); in CreateResultVariable()
1898 return_type.DumpTypeDescription(&s); in ReturnFromFrame()