1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 05:27:45 +00:00

LibCpp: Add 'Namespace' and 'Member' declaration types

This commit is contained in:
Itamar 2021-04-10 17:34:57 +03:00 committed by Andreas Kling
parent c6c83bd80e
commit b87791cada
3 changed files with 8 additions and 0 deletions

View file

@ -69,6 +69,8 @@ public:
Class,
Variable,
PreprocessorDefinition,
Namespace,
Member,
};
struct Declaration {