LibCpp: Parse inheritance

This commit is contained in:
Itamar 2022-04-03 21:55:55 +03:00 committed by Ali Mohammad Pur
commit f4cca20972
Notes: sideshowbarker 2024-07-17 17:06:59 +09:00
8 changed files with 43 additions and 1 deletions

View file

@ -0,0 +1,14 @@
TranslationUnit[0:0->3:1]
StructOrClassDeclaration[0:6->3:1]
A
:
Name[0:17->0:32]
SomeNamespace::B
,
Name[0:43->0:43]
C
VariableDeclaration[2:4->3:0]
NamedType[2:4->2:6]
int
x