DeprecatedDeclaration

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

Members

Functions

newScope
Scope* newScope(Scope* sc)

Provides a new scope with STCdeprecated and Scope.depdecl set

semantic2
void semantic2(Scope* sc)

Run the DeprecatedDeclaration's semantic2 phase then its members.

Meta