adopt PICodeParser for C-style typedefs and some other

This commit is contained in:
2025-09-17 19:42:00 +03:00
parent 2806086558
commit af02684dc5
2 changed files with 83 additions and 19 deletions

View File

@@ -164,7 +164,7 @@ private:
bool parseFileContent(PIString & fc, bool main);
bool parseDirective(PIString d);
Entity * parseClassDeclaration(const PIString & fc);
void parseClass(Entity * parent, PIString & fc, bool is_namespace);
Entity * parseClass(Entity * parent, PIString & fc, bool is_namespace);
MetaMap parseMeta(PIString & fc);
bool parseEnum(Entity * parent, const PIString & name, PIString fc, const MetaMap & meta);
Typedef parseTypedef(PIString fc);