OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:blockComment
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/gpl3/gcc.old/dist/gcc/d/dmd/
tokens.h
456
DString
blockComment
; // doc comment string prior to this token
lexer.d
239
t.
blockComment
= null;
2805
* Decide if it's a lineComment or a
blockComment
.
2934
auto dc = (lineComment && anyToken) ? &t.lineComment : &t.
blockComment
;
parse.d
107
const comment = token.
blockComment
;
312
pAttrs.comment = token.
blockComment
.ptr;
3020
const(char)[] comment = token.
blockComment
;
3166
comment = token.
blockComment
;
4314
comment = token.
blockComment
.ptr;
9289
private void addComment(AST.Dsymbol s, const(char)*
blockComment
)
9292
this.addComment(s,
blockComment
.toDString());
9295
private void addComment(AST.Dsymbol s, const(char)[]
blockComment
)
9299
s.addComment(combineComments(
blockComment
, token.lineComment, true));
tokens.d
631
const(char)[]
blockComment
; // doc comment string prior to this token
Completed in 24 milliseconds
Indexes created Sat Jun 20 00:25:23 UTC 2026