go/ast.MapType.Map (field)

3 uses

	go/ast (current package)
		ast.go#L466: 		Map   token.Pos // position of "map" keyword
		ast.go#L513: func (x *MapType) Pos() token.Pos       { return x.Map }

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