Home
last modified time | relevance | path

Searched refs:getDocComment (Results 1 – 3 of 3) 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.c514 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 Dlexer.d623getDocComment(t, lastLine == startLoc.linnum, startLoc.linnum - lastDocLine > 1); in scan()
651getDocComment(t, lastLine == startLoc.linnum, startLoc.linnum - lastDocLine > 1); in scan()
683getDocComment(t, lastLine == startLoc.linnum, startLoc.linnum - lastDocLine > 1); in scan()
755getDocComment(t, lastLine == startLoc.linnum, startLoc.linnum - lastDocLine > 1); in scan()
2811 private void getDocComment(Token* t, uint lineComment, bool newParagraph) pure in getDocComment() function