| 227 | } |
| 228 | |
| 229 | bool removeModuleStructure ( Module * module, StructurePtr & _struct ) { |
| 230 | StructurePtr stru = das::move(_struct); |
| 231 | return module->removeStructure(stru); |
| 232 | } |
| 233 | |
| 234 | bool addModuleAlias ( Module * module, TypeDeclPtr & _ptr ) { |
| 235 | TypeDeclPtr ptr = das::move(_ptr); |
nothing calls this directly
no test coverage detected