Searched refs:getDocComment (Results 1 – 3 of 3) sorted by relevance
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/ |
| H A D | lexer.h | 69 void getDocComment(Token *t, unsigned lineComment);
|
| H A D | lexer.c | 514 getDocComment(t, lastLine == startLoc.linnum); in scan() 542 getDocComment(t, lastLine == startLoc.linnum); in scan() 568 getDocComment(t, lastLine == startLoc.linnum); in scan() 641 getDocComment(t, lastLine == startLoc.linnum); in scan() 2216 void Lexer::getDocComment(Token *t, unsigned lineComment) in getDocComment() function
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/ |
| H A D | lexer.d | 623 … getDocComment(t, lastLine == startLoc.linnum, startLoc.linnum - lastDocLine > 1); in scan() 651 … getDocComment(t, lastLine == startLoc.linnum, startLoc.linnum - lastDocLine > 1); in scan() 683 … getDocComment(t, lastLine == startLoc.linnum, startLoc.linnum - lastDocLine > 1); in scan() 755 … getDocComment(t, lastLine == startLoc.linnum, startLoc.linnum - lastDocLine > 1); in scan() 2811 private void getDocComment(Token* t, uint lineComment, bool newParagraph) pure in getDocComment() function
|