Searched defs:ModuleDeclaration (Results 1 – 4 of 4) sorted by relevance
169 struct ModuleDeclaration struct177 ModuleDeclaration(Loc loc, Identifiers *packages, Identifier *id); argument
1109 ModuleDeclaration::ModuleDeclaration(Loc loc, Identifiers *packages, Identifier *id) in ModuleDeclaration() function
163 struct ModuleDeclaration struct165 Loc loc;166 Identifier *id;167 DArray<Identifier*> packages; // array of Identifier's representing packages168 bool isdeprecated; // if it is a deprecated module169 Expression *msg;
1484 extern (C++) struct ModuleDeclaration struct1486 Loc loc;1487 Identifier id;1489 bool isdeprecated; // if it is a deprecated module1490 Expression msg;1492 …D) this(const ref Loc loc, Identifier[] packages, Identifier id, Expression msg, bool isdeprecated) in this()1501 extern (C++) const(char)* toChars() const in toChars()1514 extern (D) const(char)[] toString() const in toString()