mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 21:17:45 +00:00
LibCpp: Add 'Namespace' and 'Member' declaration types
This commit is contained in:
parent
c6c83bd80e
commit
b87791cada
3 changed files with 8 additions and 0 deletions
|
@ -69,6 +69,8 @@ public:
|
|||
Class,
|
||||
Variable,
|
||||
PreprocessorDefinition,
|
||||
Namespace,
|
||||
Member,
|
||||
};
|
||||
|
||||
struct Declaration {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue