Define the global value `entity`.
(&mut self, entity: GlobalValue, loc: Location)
| 166 | |
| 167 | /// Define the global value `entity`. |
| 168 | pub fn def_gv(&mut self, entity: GlobalValue, loc: Location) -> ParseResult<()> { |
| 169 | self.def_entity(entity.into(), loc) |
| 170 | } |
| 171 | |
| 172 | /// Define the signature `entity`. |
| 173 | pub fn def_sig(&mut self, entity: SigRef, loc: Location) -> ParseResult<()> { |