llcppg/ast:TagExpr
This commit is contained in:
@@ -286,6 +286,7 @@ func (*FuncDecl) declNode() {}
|
||||
type TypeDecl struct {
|
||||
DeclBase
|
||||
Tag Tag
|
||||
Name *Ident
|
||||
Fields *FieldList
|
||||
Methods []*FuncDecl
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user