Visit a parse tree produced by MangleParser#useDecl.
(ctx *UseDeclContext)
| 18 | |
| 19 | // Visit a parse tree produced by MangleParser#useDecl. |
| 20 | VisitUseDecl(ctx *UseDeclContext) interface{} |
| 21 | |
| 22 | // Visit a parse tree produced by MangleParser#decl. |
| 23 | VisitDecl(ctx *DeclContext) interface{} |