Searched refs:blockComment (Results 1 – 8 of 8) sorted by relevance
201 const utf8_t *blockComment; // doc comment string prior to this token member
163 void addComment(Dsymbol *s, const utf8_t *blockComment);
75 this->token.blockComment = NULL; in Lexer()260 t->blockComment = NULL; in scan()2353 : &t->blockComment; in getDocComment()
94 const utf8_t *comment = token.blockComment; in parseModule()263 pAttrs->comment = token.blockComment; in parseDeclDefs()2145 const utf8_t *comment = token.blockComment; in parseEnum()2200 comment = token.blockComment; in parseEnum()3736 comment = token.blockComment; in parseDeclarations()7979 void Parser::addComment(Dsymbol *s, const utf8_t *blockComment) in addComment() argument7981 s->addComment(combineComments(blockComment, token.lineComment)); in addComment()
456 DString blockComment; // doc comment string prior to this token member
107 const comment = token.blockComment; in parseModuleDeclaration()312 pAttrs.comment = token.blockComment.ptr;3020 const(char)[] comment = token.blockComment; in parseEnum()3166 comment = token.blockComment; in parseEnum()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));
239 t.blockComment = null; in scan()2934 auto dc = (lineComment && anyToken) ? &t.lineComment : &t.blockComment; in getDocComment()
631 const(char)[] blockComment; // doc comment string prior to this token