Searched refs:CommentState (Results 1 – 4 of 4) sorted by relevance
86 assert(CommentState == LCS_InsideCComment); in skipLineStartingDecorations()286 assert(CommentState == LCS_InsideBCPLComment || in lexCommentText()287 CommentState == LCS_InsideCComment); in lexCommentText()408 if (CommentState == LCS_InsideCComment) in lexCommentText()504 if (CommentState == LCS_InsideCComment) in lexVerbatimBlockBody()710 CommentState(LCS_BeforeComment), State(LS_Normal) { in Lexer()715 switch (CommentState) { in lex()744 CommentState = LCS_InsideBCPLComment; in lex()762 CommentState = LCS_InsideCComment; in lex()784 CommentState = LCS_BeforeComment; in lex()[all …]
1177 ADVANCE_TO(CommentState); in nextToken()1194 ADVANCE_TO(CommentState); in nextToken()1199 BEGIN_STATE(CommentState) { in nextToken()1207 ADVANCE_TO(CommentState); in nextToken()1221 ADVANCE_TO(CommentState); in nextToken()1244 ADVANCE_TO(CommentState); in nextToken()1265 ADVANCE_TO(CommentState); in nextToken()
97 CommentState, enumerator
249 LexerCommentState CommentState; variable