Added template insantiation relation
This commit is contained in:
@@ -19,6 +19,9 @@
|
||||
|
||||
#include "cx/type.h"
|
||||
|
||||
#include <list>
|
||||
#include <string>
|
||||
|
||||
namespace clanguml {
|
||||
namespace cx {
|
||||
|
||||
@@ -214,6 +217,11 @@ public:
|
||||
return clang_Cursor_getTemplateArgumentValue(m_cursor, i);
|
||||
}
|
||||
|
||||
cursor specialized_cursor_template() const
|
||||
{
|
||||
return clang_getSpecializedCursorTemplate(m_cursor);
|
||||
}
|
||||
|
||||
std::string usr() const { return to_string(clang_getCursorUSR(m_cursor)); }
|
||||
|
||||
const CXCursor &get() const { return m_cursor; }
|
||||
|
||||
Reference in New Issue
Block a user