| 3593 | //----------------------------------------------------------------------------- |
| 3594 | |
| 3595 | void CodeGenerator::ParseDeclContext(const DeclContext* ctx) |
| 3596 | { |
| 3597 | mOutputFormatHelper.Append(GetDeclContext(ctx)); |
| 3598 | } |
| 3599 | //----------------------------------------------------------------------------- |
| 3600 | |
| 3601 | void CodeGenerator::InsertArg(const UsingDecl* stmt) |
no test coverage detected