Merge pull request #741 from luoliwoshang/llcppg/ast/scoping
llcppg/ast:scoping for Tagexpr
This commit is contained in:
@@ -130,10 +130,10 @@ const (
|
|||||||
Class
|
Class
|
||||||
)
|
)
|
||||||
|
|
||||||
// struct/union/enum/class Name
|
// struct/union/enum/class (A::B::)Name
|
||||||
type TagExpr struct {
|
type TagExpr struct {
|
||||||
Tag Tag
|
Tag Tag
|
||||||
Name *Ident
|
Name Expr // ScopingExpr, Ident
|
||||||
}
|
}
|
||||||
|
|
||||||
func (*TagExpr) exprNode() {}
|
func (*TagExpr) exprNode() {}
|
||||||
|
|||||||
Reference in New Issue
Block a user