Added typedef and typealias test

This commit is contained in:
Bartek Kryza
2021-03-21 18:36:51 +01:00
parent 7001c0870e
commit 06256f0456
7 changed files with 120 additions and 4 deletions

View File

@@ -211,6 +211,11 @@ public:
return clang_getCXXAccessSpecifier(m_cursor);
}
cx::type underlying_type() const
{
return clang_getTypedefDeclUnderlyingType(m_cursor);
}
int template_argument_count() const
{
return clang_Cursor_getNumTemplateArguments(m_cursor);