Home
last modified time | relevance | path

Searched refs:lineComment (Results 1 – 8 of 8) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Dlexer.h69 void getDocComment(Token *t, unsigned lineComment);
H A Dlexer.c76 this->token.lineComment = NULL; in Lexer()
261 t->lineComment = NULL; in scan()
2216 void Lexer::getDocComment(Token *t, unsigned lineComment) in getDocComment() argument
2351 const utf8_t** dc = (lineComment && anyToken) in getDocComment()
2352 ? &t->lineComment in getDocComment()
H A Dtokens.h202 const utf8_t *lineComment; // doc comment for previous token member
H A Dparse.c7981 s->addComment(combineComments(blockComment, token.lineComment)); in addComment()
7982 token.lineComment = NULL; in addComment()
/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/
H A Dtokens.h457 DString lineComment; // doc comment for previous token member
H A Dlexer.d240 t.lineComment = null; in scan()
2811 private void getDocComment(Token* t, uint lineComment, bool newParagraph) pure in getDocComment() argument
2934 auto dc = (lineComment && anyToken) ? &t.lineComment : &t.blockComment; in getDocComment()
H A Dtokens.d632 const(char)[] lineComment; // doc comment for previous token
H A Dparse.d9299 s.addComment(combineComments(blockComment, token.lineComment, true));
9300 token.lineComment = null;