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

  /src/external/gpl3/gcc.old/dist/gcc/d/dmd/
module.h 19 struct MacroTable
112 MacroTable macrotable; // document comment macros member in class:Module
doc.d 398 DocComment.parseMacros(m.escapetable, m.macrotable, mbuf[]);
401 dc.pmacrotable = &m.macrotable;
408 m.macrotable.define("TITLE", p);
416 m.macrotable.define("DATETIME", p.toDString());
417 m.macrotable.define("YEAR", p[20 .. 20 + 4]);
420 m.macrotable.define("SRCFILENAME", srcfilename);
422 m.macrotable.define("DOCFILENAME", docfilename);
426 m.macrotable.define("COPYRIGHT", dc.copyright.body_);
455 m.macrotable.define("BODY", buf[]);
459 m.macrotable.expand(buf2, 0, end, null)
    [all...]
dmodule.d 436 MacroTable macrotable; // document comment macros

Completed in 50 milliseconds