llcppg/ast:func mangle name
This commit is contained in:
@@ -318,6 +318,7 @@ func (*EnumTypeDecl) declNode() {}
|
||||
type FuncDecl struct {
|
||||
DeclBase
|
||||
Name *Ident
|
||||
MangledName string // C: same as Name, C++: mangled
|
||||
Type *FuncType
|
||||
IsInline bool
|
||||
IsStatic bool
|
||||
|
||||
Reference in New Issue
Block a user