(mapClearID uint64)
| 920 | } |
| 921 | |
| 922 | func (d *decoder) mapClear(mapClearID uint64) (out *semantic.MapClear) { |
| 923 | d.build(d.content.Instances.MapClear, &d.inst.MapClear, mapClearID, &out, |
| 924 | func(p *MapClear, s *semantic.MapClear) { |
| 925 | s.AST = d.astClear(p.Ast) |
| 926 | s.Type = d.map_(p.Type) |
| 927 | s.Map = d.expr(p.Map) |
| 928 | }) |
| 929 | return |
| 930 | } |
| 931 | |
| 932 | func (d *decoder) member(memberID uint64) (out *semantic.Member) { |
| 933 | d.build(d.content.Instances.Member, &d.inst.Member, memberID, &out, |