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

Struct DeclContext

parse/gen/mangle_parser.go:1116–1119  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1114}
1115
1116type DeclContext struct {
1117 antlr.BaseParserRuleContext
1118 parser antlr.Parser
1119}
1120
1121func NewEmptyDeclContext() *DeclContext {
1122 var p = new(DeclContext)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected