Searched refs:CommentState (Results 1 – 2 of 2) sorted by relevance
92 assert(CommentState == LCS_InsideCComment); in skipLineStartingDecorations()293 assert(CommentState == LCS_InsideBCPLComment || in lexCommentText()294 CommentState == LCS_InsideCComment); in lexCommentText()308 if (CommentState == LCS_InsideCComment) in lexCommentText()536 if (CommentState == LCS_InsideCComment) in lexVerbatimBlockBody()747 CommentState(LCS_BeforeComment), State(LS_Normal) {} in Lexer()751 switch (CommentState) { in lex()780 CommentState = LCS_InsideBCPLComment; in lex()798 CommentState = LCS_InsideCComment; in lex()820 CommentState = LCS_BeforeComment; in lex()[all …]
257 LexerCommentState CommentState; variable