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_file::do_get_entity_kind() const noexcept
|
|||
{
|
||||
return cpp_entity_kind::file_t;
|
||||
}
|
||||
|
||||
bool detail::cpp_file_ref_predicate::operator()(const cpp_entity& e)
|
||||
{
|
||||
return e.kind() == cpp_entity_kind::file_t;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue