Home
last modified time | relevance | path

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

12

/dports/lang/gcc12-devel/gcc-12-20211205/gcc/d/dmd/
H A Dlexer.h32 bool doDocComment; // collect doc comment information variable
H A Ddmodule.d550 …extern (D) this(const ref Loc loc, const(char)[] filename, Identifier ident, int doDocComment, int… in this()
586 extern (D) this(const(char)[] filename, Identifier ident, int doDocComment, int doHdrGen) in this()
591 static Module create(const(char)* filename, Identifier ident, int doDocComment, int doHdrGen) in create()
596 …extern (D) static Module create(const(char)[] filename, Identifier ident, int doDocComment, int do… in create()
H A Dlexer.d238 bool doDocComment; // collect doc comment information variable
262 size_t endoffset, bool doDocComment, bool commentToken) pure in this()
/dports/lang/gcc9/gcc-9.4.0/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()
/dports/devel/avr-gcc/gcc-10.2.0/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()
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/d/dmd/
H A Dlexer.h32 bool doDocComment; // collect doc comment information variable
H A Ddmodule.c42 Module::Module(const char *filename, Identifier *ident, int doDocComment, int doHdrGen) in Module()
120 Module *Module::create(const char *filename, Identifier *ident, int doDocComment, int doHdrGen) in create()
/dports/lang/gcc10-devel/gcc-10-20211008/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()
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/d/dmd/
H A Dlexer.h32 bool doDocComment; // collect doc comment information variable
H A Ddmodule.c42 Module::Module(const char *filename, Identifier *ident, int doDocComment, int doHdrGen) in Module()
120 Module *Module::create(const char *filename, Identifier *ident, int doDocComment, int doHdrGen) in create()
/dports/lang/gcc9-aux/gcc-9.1.0/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()
/dports/lang/gcc10/gcc-10.3.0/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()
/dports/lang/gcc9-devel/gcc-9-20211007/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()
/dports/lang/gcc11/gcc-11.2.0/gcc/d/dmd/
H A Dlexer.h32 bool doDocComment; // collect doc comment information variable
H A Ddmodule.c42 Module::Module(const char *filename, Identifier *ident, int doDocComment, int doHdrGen) in Module()
120 Module *Module::create(const char *filename, Identifier *ident, int doDocComment, int doHdrGen) in create()
/dports/textproc/uncrustify/uncrustify-uncrustify-0.74.0/tests/expected/d/
H A D40006-Lexer.d63 int doDocComment; // collect doc comment information variable
68 … this(Module mod, ubyte *base, uint begoffset, uint endoffset, int doDocComment, int commentToken) in this()
H A D40007-Lexer.d63 int doDocComment; // collect doc comment information variable
68 … this(Module mod, ubyte* base, uint begoffset, uint endoffset, int doDocComment, int commentToken) in this()
/dports/textproc/uncrustify/uncrustify-uncrustify-0.74.0/tests/input/d/
H A DLexer.d64 int doDocComment; // collect doc comment information variable
69 …this( Module mod, ubyte* base, uint begoffset, uint endoffset, int doDocComment, int commentToken ) in this()

12