Home
last modified time | relevance | path

Searched refs:ModuleDeclaration (Results 1 – 11 of 11) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Dmodule.h17 struct ModuleDeclaration;
69 ModuleDeclaration *md; // if !NULL, the contents of the ModuleDeclaration declaration
169 struct ModuleDeclaration struct
177 ModuleDeclaration(Loc loc, Identifiers *packages, Identifier *id); argument
H A Dparse.h39 struct ModuleDeclaration;
63 ModuleDeclaration *md;
H A Ddmodule.c1109 ModuleDeclaration::ModuleDeclaration(Loc loc, Identifiers *packages, Identifier *id) in ModuleDeclaration() function
1118 const char *ModuleDeclaration::toChars() in toChars()
H A Dparse.c193 md = new ModuleDeclaration(loc, a, id); in parseModule()
/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/
H A Dmodule.h15 struct ModuleDeclaration;
69 ModuleDeclaration *md; // if !NULL, the contents of the ModuleDeclaration declaration
163 struct ModuleDeclaration struct
H A Ddmodule.d349 ModuleDeclaration* md; // if !=null, the contents of the ModuleDeclaration declaration
1484 extern (C++) struct ModuleDeclaration struct
H A Dparse.d35 AST.ModuleDeclaration* md;
145 md = new AST.ModuleDeclaration(loc, a, id, msg, isdeprecated); in parseModuleDeclaration()
/netbsd-src/external/gpl3/gcc/dist/gcc/d/
H A Dd-compiler.cc127 ModuleDeclaration *md = m->md; in onParseModule()
H A Ddecl.cc107 ModuleDeclaration *md = decl->getModule ()->md; in gcc_attribute_p()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/
H A Dd-frontend.cc535 ModuleDeclaration *md = m->md; in loadModule()
H A Ddecl.cc102 ModuleDeclaration *md = decl->getModule ()->md; in gcc_attribute_p()