Searched defs:doDocComment (Results 1 – 6 of 6) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/ |
H A D | lexer.h | 32 bool doDocComment; // collect doc comment information variable
|
H A D | dmodule.c | 45 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 D | lexer.c | 67 bool doDocComment, bool commentToken) in Lexer()
|
H A D | parse.c | 49 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 D | dmodule.d | 442 …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 D | lexer.d | 77 bool doDocComment; // collect doc comment information variable 108 size_t endoffset, bool doDocComment, bool commentToken) pure in this()
|