go/ast.KeyValueExpr.Value (field)
15 uses
go/ast (current package)
ast.go#L429: Value Expr
ast.go#L558: 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#L373: ast.Inspect(e.Value, inspectFunc)
exports.go#L47: if x, ok := x.Value.(*ast.CompositeLit); ok {
go/parser
parser.go#L1679: 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#L171: check.expr(nil, x, kv.Value)
literals.go#L285: check.exprWithHint(x, kv.Value, utyp.elem)
literals.go#L297: e = kv.Value
literals.go#L341: eval = kv.Value
golang.org/x/tools/go/ast/inspector
walk.go#L125: walk(v, edge.KeyValueExpr_Value, -1, n.Value)