Lines Matching refs:CommentState
92 assert(CommentState == LCS_InsideCComment); in skipLineStartingDecorations()
297 assert(CommentState == LCS_InsideBCPLComment || in lexCommentText()
298 CommentState == LCS_InsideCComment); in lexCommentText()
312 if (CommentState == LCS_InsideCComment) in lexCommentText()
532 if (CommentState == LCS_InsideCComment) in lexVerbatimBlockBody()
743 CommentState(LCS_BeforeComment), State(LS_Normal) {} in Lexer()
747 switch (CommentState) { in lex()
776 CommentState = LCS_InsideBCPLComment; in lex()
794 CommentState = LCS_InsideCComment; in lex()
816 CommentState = LCS_BeforeComment; in lex()
827 if (CommentState == LCS_InsideCComment) { in lex()
836 CommentState = LCS_BetweenComments; in lex()
840 CommentState = LCS_BetweenComments; in lex()