Home
last modified time | relevance | path

Searched refs:commentToken (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Dlexer.h34 bool commentToken; // !=0 means comments are TOKcomment's variable
39 bool doDocComment, bool commentToken);
H A Dlexer.c67 bool doDocComment, bool commentToken) in Lexer() argument
83 this->commentToken = commentToken; in Lexer()
506 if (commentToken) in scan()
534 if (commentToken) in scan()
559 if (commentToken) in scan()
633 if (commentToken) in scan()
/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/
H A Dlexer.d79 bool commentToken; // comments are TOK.comment's variable
108 size_t endoffset, bool doDocComment, bool commentToken) pure in this() argument
119 this.commentToken = commentToken; in this()
152 bool doDocComment, bool commentToken, bool whitespaceToken) in version()
154 this(filename, base, begoffset, endoffset, doDocComment, commentToken); in version()
614 if (commentToken) in scan()
642 if (commentToken) in scan()
669 if (commentToken) in scan()
746 if (commentToken) in scan()