go/ast.RangeStmt.Value (field)

7 uses

	go/ast (current package)
		ast.go#L777: 		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#L2424: 			Value:  value,
		resolver.go#L423: 		if n.Value != nil {
		resolver.go#L424: 			lhs = append(lhs, n.Value)

	go/types
		stmt.go#L858: 		check.rangeStmt(inner, s, inNode(s, s.TokPos), s.Key, s.Value, nil, s.X, s.Tok == token.DEFINE)