type go/ast.DeclStmt

11 uses

	go/ast (current package)
		ast.go#L617: 	DeclStmt struct {
		ast.go#L772: func (s *DeclStmt) Pos() token.Pos       { return s.Decl.Pos() }
		ast.go#L794: func (s *DeclStmt) End() token.Pos { return s.Decl.End() }
		ast.go#L859: func (*DeclStmt) stmtNode()       {}
		walk.go#L196: 	case *DeclStmt:

	go/parser
		parser.go#L2435: 		s = &ast.DeclStmt{Decl: p.parseDecl(stmtStart)}

	go/printer
		nodes.go#L1301: 	case *ast.DeclStmt:

	go/types
		labels.go#L130: 		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#L383: 	case *ast.DeclStmt: