type go/ast.DeclStmt
14 uses
go/ast (current package)
ast.go#L633: DeclStmt struct {
ast.go#L789: func (s *DeclStmt) Pos() token.Pos { return s.Decl.Pos() }
ast.go#L811: func (s *DeclStmt) End() token.Pos { return s.Decl.End() }
ast.go#L875: func (*DeclStmt) stmtNode() {}
walk.go#L172: case *DeclStmt:
go/parser
parser.go#L2452: s = &ast.DeclStmt{Decl: p.parseDecl(stmtStart)}
go/printer
nodes.go#L1354: case *ast.DeclStmt:
go/types
labels.go#L125: case *ast.DeclStmt:
return.go#L22: case *ast.BadStmt, *ast.DeclStmt, *ast.EmptyStmt, *ast.SendStmt,
return.go#L115: case *ast.BadStmt, *ast.DeclStmt, *ast.EmptyStmt, *ast.ExprStmt,
stmt.go#L433: case *ast.DeclStmt:
golang.org/x/tools/go/ast/edge
edge.go#L213: DeclStmt_Decl: info[*ast.DeclStmt]("Decl"),
golang.org/x/tools/go/ast/inspector
typeof.go#L134: case *ast.DeclStmt:
walk.go#L162: case *ast.DeclStmt:
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64)