Home
last modified time | relevance | path

Searched refs:doDocComments (Results 1 – 13 of 13) sorted by relevance

/netbsd/external/gpl3/gcc.old/dist/gcc/d/
H A Dd-lang.cc465 global.params.doDocComments = value; in d_handle_option()
469 global.params.doDocComments = true; in d_handle_option()
474 global.params.doDocComments = true; in d_handle_option()
1057 global.params.doDocComments, in d_parse_file()
1074 global.params.doDocComments, in d_parse_file()
1293 if (global.params.doDocComments && !global.errors && !errorcount) in d_parse_file()
H A Dd-builtins.cc468 if (global.params.doDocComments) in d_init_versions()
/netbsd/external/gpl3/gcc/dist/gcc/d/
H A Dd-lang.cc481 global.params.doDocComments = value; in d_handle_option()
485 global.params.doDocComments = true; in d_handle_option()
490 global.params.doDocComments = true; in d_handle_option()
1081 global.params.doDocComments, in d_parse_file()
1101 global.params.doDocComments, in d_parse_file()
1363 if (global.params.doDocComments && !global.errors && !errorcount) in d_parse_file()
H A Dd-builtins.cc478 if (global.params.doDocComments) in d_init_versions()
/netbsd/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Dglobals.h152 bool doDocComments; // process embedded documentation comments member
H A Dparse.c391 … if (global.params.useUnitTests || global.params.doDocComments || global.params.doHdrGeneration) in parseDeclDefs()
1893 if (global.params.doDocComments && endPtr > begPtr) in parseUnitTest()
H A Ddtemplate.c610 if (global.params.doDocComments) in semantic()
/netbsd/external/gpl3/gcc/dist/gcc/d/dmd/
H A Dglobals.h188 bool doDocComments; // process embedded documentation comments member
H A Dglobals.d210 bool doDocComments; // process embedded documentation comments variable
H A Dparse.c391 … if (global.params.useUnitTests || global.params.doDocComments || global.params.doHdrGeneration) in parseDeclDefs()
1893 if (global.params.doDocComments && endPtr > begPtr) in parseUnitTest()
H A Dparse.d483 …if (mod.isRoot() && (global.params.useUnitTests || global.params.doDocComments || global.params.do…
2652 if (global.params.doDocComments && endPtr > begPtr)
H A Ddsymbolsem.d2541 if (global.params.doDocComments) in visit()
H A Ddtemplate.c610 if (global.params.doDocComments) in semantic()