Searched refs:TOKEN_COMMENT (Results 1 – 3 of 3) sorted by relevance
99 TOKEN_COMMENT = intern('comment') variable144 ignored_tokens = frozenset([TOKEN_COMMENT_BEGIN, TOKEN_COMMENT,149 TOKEN_COMMENT, TOKEN_LINECOMMENT])158 TOKEN_COMMENT: 'comment',508 )), (TOKEN_COMMENT, TOKEN_COMMENT_END), '#pop'),
119 m_curToken == TOKEN_COMMENT || in advance()257 m_curToken = TOKEN_COMMENT; in advance()406 while (curToken == TOKEN_COMMENT) in advance()
48 TOKEN_COMMENT, //!< <!-- comment --> enumerator