Searched refs:lineComment (Results 1 – 8 of 8) sorted by relevance
69 void getDocComment(Token *t, unsigned lineComment);
76 this->token.lineComment = NULL; in Lexer()261 t->lineComment = NULL; in scan()2216 void Lexer::getDocComment(Token *t, unsigned lineComment) in getDocComment() argument2351 const utf8_t** dc = (lineComment && anyToken) in getDocComment()2352 ? &t->lineComment in getDocComment()
202 const utf8_t *lineComment; // doc comment for previous token member
7981 s->addComment(combineComments(blockComment, token.lineComment)); in addComment()7982 token.lineComment = NULL; in addComment()
457 DString lineComment; // doc comment for previous token member
240 t.lineComment = null; in scan()2811 private void getDocComment(Token* t, uint lineComment, bool newParagraph) pure in getDocComment() argument2934 auto dc = (lineComment && anyToken) ? &t.lineComment : &t.blockComment; in getDocComment()
632 const(char)[] lineComment; // doc comment for previous token
9299 s.addComment(combineComments(blockComment, token.lineComment, true));9300 token.lineComment = null;