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 {
DeclBase
Tag Tag
Name *Ident
Fields *FieldList
Methods []*FuncDecl
}