type go/ast.DeclStmt

11 uses

	go/ast (current package)
		ast.go#L622: 	DeclStmt struct {
		ast.go#L778: func (s *DeclStmt) Pos() token.Pos       { return s.Decl.Pos() }
		ast.go#L800: func (s *DeclStmt) End() token.Pos { return s.Decl.End() }
		ast.go#L864: func (*DeclStmt) stmtNode()       {}
		walk.go#L172: 	case *DeclStmt:

	go/parser
		parser.go#L2432: 		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#L431: 	case *ast.DeclStmt: