Home
last modified time | relevance | path

Searched refs:blockComment (Results 1 – 11 of 11) sorted by relevance

/netbsd/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Dtokens.h201 const utf8_t *blockComment; // doc comment string prior to this token member
H A Dparse.h163 void addComment(Dsymbol *s, const utf8_t *blockComment);
H A Dlexer.c75 this->token.blockComment = NULL; in Lexer()
260 t->blockComment = NULL; in scan()
2353 : &t->blockComment; in getDocComment()
H A Dparse.c94 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() argument
7981 s->addComment(combineComments(blockComment, token.lineComment)); in addComment()
/netbsd/external/gpl3/gcc/dist/gcc/d/dmd/
H A Dtokens.h456 DString blockComment; // doc comment string prior to this token member
H A Dparse.h163 void addComment(Dsymbol *s, const utf8_t *blockComment);
H A Dlexer.c75 this->token.blockComment = NULL; in Lexer()
260 t->blockComment = NULL; in scan()
2353 : &t->blockComment; in getDocComment()
H A Dparse.c94 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() argument
7981 s->addComment(combineComments(blockComment, token.lineComment)); in addComment()
H A Dparse.d107 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));
H A Dlexer.d239 t.blockComment = null; in scan()
2934 auto dc = (lineComment && anyToken) ? &t.lineComment : &t.blockComment; in getDocComment()
H A Dtokens.d631 const(char)[] blockComment; // doc comment string prior to this token