llcppg/ast:TagExpr

This commit is contained in:
luoliwoshang
2024-08-20 10:46:19 +08:00
parent 7eeca21a05
commit 2609f45799

View File

@@ -286,6 +286,7 @@ func (*FuncDecl) declNode() {}
type TypeDecl struct { type TypeDecl struct {
DeclBase DeclBase
Tag Tag Tag Tag
Name *Ident
Fields *FieldList Fields *FieldList
Methods []*FuncDecl Methods []*FuncDecl
} }