SymbolDeclaration

This is a shell around a back end symbol

extern (C++) final
class SymbolDeclaration : Declaration {
StructDeclaration dsym;
}

Inherited Members

From Declaration

checkModify
int checkModify(Loc loc, Scope* sc, Type t, Expression e1, int flag)

Check to see if declaration can be modified in this context (sc). Issue error if not.

Meta