| 511 | Symbol *codegen (Symbol *dest = NULL); |
| 512 | ustring name () const { return m_name; } |
| 513 | std::string mangled () const { return m_sym->mangled(); } |
| 514 | Symbol *sym () const { return m_sym; } |
| 515 | private: |
| 516 | ustring m_name; |
nothing calls this directly
no outgoing calls
no test coverage detected