Lines Matching refs:CommentState
93 assert(CommentState == LCS_InsideCComment); in skipLineStartingDecorations()
294 assert(CommentState == LCS_InsideBCPLComment || in lexCommentText()
295 CommentState == LCS_InsideCComment); in lexCommentText()
431 if (CommentState == LCS_InsideCComment) in lexCommentText()
522 if (CommentState == LCS_InsideCComment) in lexVerbatimBlockBody()
734 CommentState(LCS_BeforeComment), State(LS_Normal) { in Lexer()
739 switch (CommentState) { in lex()
768 CommentState = LCS_InsideBCPLComment; in lex()
786 CommentState = LCS_InsideCComment; in lex()
808 CommentState = LCS_BeforeComment; in lex()
819 if (CommentState == LCS_InsideCComment) { in lex()
828 CommentState = LCS_BetweenComments; in lex()
832 CommentState = LCS_BetweenComments; in lex()