Merge pull request #731 from luoliwoshang/llcppg/ast/tagexpr

llcppg/ast:TagExpr
This commit is contained in:
xushiwei
2024-08-21 06:30:19 +08:00
committed by GitHub

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
} }