MCPcopy
hub / github.com/google/mangle / VisitUseDecl

Method VisitUseDecl

parse/gen/mangle_visitor.go:20–20  ·  view source on GitHub ↗

Visit a parse tree produced by MangleParser#useDecl.

(ctx *UseDeclContext)

Source from the content-addressed store, hash-verified

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{}

Callers 1

AcceptMethod · 0.65

Implementers 2

Parserparse/parse.go
BaseMangleVisitorparse/gen/mangle_base_visitor.go

Calls

no outgoing calls

Tested by

no test coverage detected