go/ast.KeyValueExpr.Value (field)

14 uses

	go/ast (current package)
		ast.go#L430: 		Value Expr
		ast.go#L551: func (x *KeyValueExpr) End() token.Pos   { return x.Value.End() }
		filter.go#L130: 			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#L1689: 		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#L178: 				check.expr(nil, x, kv.Value)
		literals.go#L314: 			check.exprWithHint(x, kv.Value, utyp.elem)
		literals.go#L326: 				e = kv.Value
		literals.go#L370: 			eval = kv.Value