llcppg/ast:expr

This commit is contained in:
luoliwoshang
2024-08-22 09:37:28 +08:00
parent 3c282e8cf9
commit e084550390

View File

@@ -242,6 +242,8 @@ type RecordType struct {
Methods []*FuncDecl Methods []*FuncDecl
} }
func (*RecordType) exprNode() {}
// ------------------------------------------------ // ------------------------------------------------
// Template<Arg1, Arg2, ...> // Template<Arg1, Arg2, ...>