Lines Matching refs:CommentState
93 assert(CommentState == LCS_InsideCComment); in skipLineStartingDecorations()
294 assert(CommentState == LCS_InsideBCPLComment || in lexCommentText()
295 CommentState == LCS_InsideCComment); in lexCommentText()
309 if (CommentState == LCS_InsideCComment) in lexCommentText()
537 if (CommentState == LCS_InsideCComment) in lexVerbatimBlockBody()
748 BufferPtr(BufferStart), CommentState(LCS_BeforeComment), State(LS_Normal), in Lexer()
753 switch (CommentState) { in lex()
782 CommentState = LCS_InsideBCPLComment; in lex()
800 CommentState = LCS_InsideCComment; in lex()
822 CommentState = LCS_BeforeComment; in lex()
833 if (CommentState == LCS_InsideCComment) { in lex()
842 CommentState = LCS_BetweenComments; in lex()
846 CommentState = LCS_BetweenComments; in lex()