go/ast.RangeStmt.Value (field)

10 uses

	go/ast (current package)
		ast.go#L766: 		Key, Value Expr        // Key, Value may be nil
		walk.go#L268: 		if n.Value != nil {
		walk.go#L269: 			Walk(v, n.Value)

	go/parser
		parser.go#L2404: 			Value:  value,
		resolver.go#L423: 		if n.Value != nil {
		resolver.go#L424: 			lhs = append(lhs, n.Value)

	go/printer
		nodes.go#L1527: 			if s.Value != nil {
		nodes.go#L1530: 				p.setPos(s.Value.Pos())
		nodes.go#L1532: 				p.expr(s.Value)

	go/types
		stmt.go#L880: 	sKey, sValue := s.Key, s.Value