HomeSort by: relevance | last modified time | path
    Searched refs:ModuleDeclaration (Results 1 - 5 of 5) sorted by relevancy

  /src/external/gpl3/gcc.old/dist/gcc/d/dmd/
module.h 15 struct ModuleDeclaration;
69 ModuleDeclaration *md; // if !NULL, the contents of the ModuleDeclaration declaration
163 struct ModuleDeclaration
dmodule.d 349 ModuleDeclaration* md; // if !=null, the contents of the ModuleDeclaration declaration
976 /* A ModuleDeclaration, md, was provided.
977 * The ModuleDeclaration sets the packages this module appears in, and
1484 extern (C++) struct ModuleDeclaration
parse.d 35 AST.ModuleDeclaration* md;
114 // ModuleDeclaration leads off
145 md = new AST.ModuleDeclaration(loc, a, id, msg, isdeprecated);
194 * ModuleDeclaration:
  /src/external/gpl3/gcc.old/dist/gcc/d/
d-compiler.cc 127 ModuleDeclaration *md = m->md;
decl.cc 107 ModuleDeclaration *md = decl->getModule ()->md;

Completed in 31 milliseconds