go/ast.MapType.Value (field)

9 uses

	go/ast (current package)
		ast.go#L468: 		Value Expr
		ast.go#L547: func (x *MapType) End() token.Pos       { return x.Value.End() }
		filter.go#L177: 		b2 := filterType(t.Value, f, export)
		walk.go#L187: 		Walk(v, n.Value)

	go/doc
		exports.go#L208: 		r.filterType(nil, t.Value)

	go/parser
		parser.go#L1193: 	return &ast.MapType{Map: pos, Key: key, Value: value}

	go/printer
		nodes.go#L1019: 		p.expr(x.Value)

	go/types
		exprstring.go#L151: 		WriteExpr(buf, x.Value)
		typexpr.go#L343: 		typ.elem = check.varType(e.Value)