go/ast.MapType.Map (field)

3 uses

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

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