Add cpp_using_declaration
This commit is contained in:
parent
69f78d6abf
commit
9d60bd2992
3 changed files with 38 additions and 1 deletions
|
|
@ -16,6 +16,7 @@ bool cppast::is_scope(cpp_entity_type type) noexcept
|
|||
case cpp_entity_type::file_t:
|
||||
case cpp_entity_type::namespace_alias_t:
|
||||
case cpp_entity_type::using_directive_t:
|
||||
case cpp_entity_type::using_declaration_t:
|
||||
case cpp_entity_type::count:
|
||||
break;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue