DeprecatedDeclaration

extern (C++) final
class DeprecatedDeclaration : StorageClassDeclaration {
Expression msg;
const(char)* msgstr;
}

Members

Functions

newScope
Scope* newScope(Scope* sc)

Provides a new scope with STC.deprecated_ and Scope.depdecl set

Meta