Searched refs:DumpTypeDescription (Results 1 – 5 of 5) sorted by relevance
178 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()
6129 ClangASTType::DumpTypeDescription () const in DumpTypeDescription() function in ClangASTType6132 DumpTypeDescription (&s); in DumpTypeDescription()6141 ClangASTType::DumpTypeDescription (Stream *s) const in DumpTypeDescription() function in ClangASTType6189 … 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()
617 DumpTypeDescription () const; // Dump to stdout620 DumpTypeDescription (Stream *s) const;
585 m_result_type.DumpTypeDescription(&type_desc_stream); in CreateResultVariable()599 m_result_type.DumpTypeDescription(&type_desc_stream); in CreateResultVariable()
1718 return_type.DumpTypeDescription(&s); in ReturnFromFrame()