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

Struct UseDeclContext

parse/gen/mangle_parser.go:949–952  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

947}
948
949type UseDeclContext struct {
950 antlr.BaseParserRuleContext
951 parser antlr.Parser
952}
953
954func NewEmptyUseDeclContext() *UseDeclContext {
955 var p = new(UseDeclContext)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected