Parse template parameters and part of alias template
This commit is contained in:
parent
d21d017d8a
commit
cd4a25e959
14 changed files with 688 additions and 45 deletions
|
|
@ -8,7 +8,12 @@
|
|||
|
||||
using namespace cppast;
|
||||
|
||||
cpp_entity_kind cpp_alias_template::do_get_entity_kind() const noexcept
|
||||
cpp_entity_kind cpp_alias_template::kind() noexcept
|
||||
{
|
||||
return cpp_entity_kind::alias_template_t;
|
||||
}
|
||||
|
||||
cpp_entity_kind cpp_alias_template::do_get_entity_kind() const noexcept
|
||||
{
|
||||
return kind();
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue