| 393 | //----------------------------------------------------------------------------- |
| 394 | |
| 395 | void CodeGenerator::InsertNamespace(const NestedNameSpecifier* stmt) |
| 396 | { |
| 397 | mOutputFormatHelper.Append(ScopeHandler::RemoveCurrentScope(GetNestedName(stmt))); |
| 398 | } |
| 399 | //----------------------------------------------------------------------------- |
| 400 | |
| 401 | void CodeGenerator::InsertArg(const UnresolvedLookupExpr* stmt) |
no test coverage detected