HomeSort by: relevance | last modified time | path
    Searched refs:lineComment (Results 1 - 4 of 4) sorted by relevancy

  /src/external/gpl3/gcc.old/dist/gcc/d/dmd/
tokens.h 457 DString lineComment; // doc comment for previous token
lexer.d 240 t.lineComment = null;
2805 * Decide if it's a lineComment or a blockComment.
2811 private void getDocComment(Token* t, uint lineComment, bool newParagraph) pure
2934 auto dc = (lineComment && anyToken) ? &t.lineComment : &t.blockComment;
tokens.d 632 const(char)[] lineComment; // doc comment for previous token
parse.d 9299 s.addComment(combineComments(blockComment, token.lineComment, true));
9300 token.lineComment = null;

Completed in 78 milliseconds