diff --git a/chore/llcppg/ast/ast.go b/chore/llcppg/ast/ast.go index 9b18f3fc..19f5ee4f 100644 --- a/chore/llcppg/ast/ast.go +++ b/chore/llcppg/ast/ast.go @@ -286,6 +286,7 @@ func (*FuncDecl) declNode() {} type TypeDecl struct { DeclBase Tag Tag + Name *Ident Fields *FieldList Methods []*FuncDecl }