Home
last modified time | relevance | path

Searched defs:ModuleDeclaration (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Dmodule.h169 struct ModuleDeclaration struct
177 ModuleDeclaration(Loc loc, Identifiers *packages, Identifier *id); argument
H A Ddmodule.c1109 ModuleDeclaration::ModuleDeclaration(Loc loc, Identifiers *packages, Identifier *id) in ModuleDeclaration() function
/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/
H A Dmodule.h163 struct ModuleDeclaration struct
165 Loc loc;
166 Identifier *id;
167 DArray<Identifier*> packages; // array of Identifier's representing packages
168 bool isdeprecated; // if it is a deprecated module
169 Expression *msg;
H A Ddmodule.d1484 extern (C++) struct ModuleDeclaration struct
1486 Loc loc;
1487 Identifier id;
1489 bool isdeprecated; // if it is a deprecated module
1490 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()