go/ast.KeyValueExpr.Value (field)

14 uses

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

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

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

	go/printer
		nodes.go#L281: 			p.expr(pair.Value)
		nodes.go#L834: 		p.expr(x.Value)

	go/types
		literals.go#L177: 				check.expr(nil, x, kv.Value)
		literals.go#L313: 			check.exprWithHint(x, kv.Value, utyp.elem)
		literals.go#L325: 				e = kv.Value
		literals.go#L369: 			eval = kv.Value