Add cpp_include_directive
This commit is contained in:
parent
54b6c86e5b
commit
ad582fa9c9
8 changed files with 75 additions and 1 deletions
|
|
@ -12,3 +12,8 @@ cpp_entity_kind cpp_macro_definition::do_get_entity_kind() const noexcept
|
|||
{
|
||||
return cpp_entity_kind::macro_definition_t;
|
||||
}
|
||||
|
||||
cpp_entity_kind cpp_include_directive::do_get_entity_kind() const noexcept
|
||||
{
|
||||
return cpp_entity_kind::include_directive_t;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue