type go/ast.BadDecl
10 uses
go/ast (current package)
ast.go#L980: BadDecl struct {
ast.go#L1016: func (d *BadDecl) Pos() token.Pos { return d.From }
ast.go#L1020: func (d *BadDecl) End() token.Pos { return d.To }
ast.go#L1036: func (*BadDecl) declNode() {}
walk.go#L313: case *BadDecl:
go/parser
parser.go#L2867: return &ast.BadDecl{From: pos, To: p.pos}
go/printer
nodes.go#L1939: case *ast.BadDecl:
go/types
decl.go#L366: case *ast.BadDecl:
golang.org/x/tools/go/ast/inspector
typeof.go#L106: case *ast.BadDecl:
walk.go#L303: case *ast.BadDecl:
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64)