llcppg/ast:TagExpr
This commit is contained in:
@@ -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
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user