Home
last modified time | relevance | path

Searched defs:doDocComment (Results 1 – 6 of 6) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Dlexer.h32 bool doDocComment; // collect doc comment information variable
H A Ddmodule.c45 Module::Module(const char *filename, Identifier *ident, int doDocComment, int doHdrGen) in Module()
126 Module *Module::create(const char *filename, Identifier *ident, int doDocComment, int doHdrGen) in create()
H A Dlexer.c67 bool doDocComment, bool commentToken) in Lexer()
H A Dparse.c49 Parser::Parser(Module *module, const utf8_t *base, size_t length, bool doDocComment) in Parser()
67 Parser::Parser(Loc loc, Module *module, const utf8_t *base, size_t length, bool doDocComment) in Parser()
/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/
H A Ddmodule.d442 …extern (D) this(const ref Loc loc, const(char)[] filename, Identifier ident, int doDocComment, int… in this()
478 extern (D) this(const(char)[] filename, Identifier ident, int doDocComment, int doHdrGen) in this()
483 static Module create(const(char)* filename, Identifier ident, int doDocComment, int doHdrGen) in create()
488 …extern (D) static Module create(const(char)[] filename, Identifier ident, int doDocComment, int do… in create()
H A Dlexer.d77 bool doDocComment; // collect doc comment information variable
108 size_t endoffset, bool doDocComment, bool commentToken) pure in this()