| 232 | } |
| 233 | |
| 234 | bool addModuleAlias ( Module * module, TypeDeclPtr & _ptr ) { |
| 235 | TypeDeclPtr ptr = das::move(_ptr); |
| 236 | return module->addAlias(ptr, true); |
| 237 | } |
| 238 | |
| 239 | Module * thisModule ( Context * context, LineInfoArg * lineinfo ) { |
| 240 | if ( !context->thisProgram ) { |