Searched refs:BLOCK_COMMENT (Results 1 – 12 of 12) sorted by relevance
23 %x BLOCK_COMMENT35 \/\* { saved_state = YYSTATE; BEGIN(BLOCK_COMMENT); }37 <BLOCK_COMMENT>\*\/ { BEGIN(saved_state); }39 <BLOCK_COMMENT>. { }40 <BLOCK_COMMENT>[\r\n] { }
212 #undef BLOCK_COMMENT213 BLOCK_COMMENT, enumerator
330 case Token::BLOCK_COMMENT: in GetHeader()
189 token.fKind == Token::BLOCK_COMMENT) { in nextToken()
546 return BLOCK_COMMENT; in TryConsumeCommentStart()575 case BLOCK_COMMENT: in Next()792 case BLOCK_COMMENT: in NextWithComments()826 case BLOCK_COMMENT: in NextWithComments()
349 BLOCK_COMMENT, enumerator
53 BLOCK_COMMENT, // #...\n line comment, but free-standing. enumerator
141 type = Token::BLOCK_COMMENT; in Run()
713 } else if (LookAhead(Token::BLOCK_COMMENT)) { in ParseStatement()
1214 ret->comment_ = Token(GetBeginLocationFromJSON(value), Token::BLOCK_COMMENT, in NewFromJSON()
97 BLOCK_COMMENT = /\*([^*]|\*[^/])*\*/