go/ast.KeyValueExpr.Value (field)

14 uses

	go/ast (current package)
		ast.go#L414: 		Value Expr
		ast.go#L537: func (x *KeyValueExpr) End() token.Pos   { return x.Value.End() }
		filter.go#L130: 			if x, ok := x.Value.(*CompositeLit); ok {
		walk.go#L159: 		Walk(v, n.Value)

	go/doc
		example.go#L219: 			ast.Inspect(e.Value, inspectFunc)
		exports.go#L48: 			if x, ok := x.Value.(*ast.CompositeLit); ok {

	go/parser
		parser.go#L1563: 		x = &ast.KeyValueExpr{Key: x, Colon: colon, Value: p.parseValue()}
		resolver.go#L292: 				ast.Walk(r, kv.Value)

	go/printer
		nodes.go#L283: 			p.expr(pair.Value)
		nodes.go#L813: 		p.expr(x.Value)

	go/types
		expr.go#L1377: 					check.expr(x, kv.Value)
		expr.go#L1504: 				check.exprWithHint(x, kv.Value, utyp.elem)
		expr.go#L1516: 					e = kv.Value
		index.go#L431: 			eval = kv.Value