Lines Matching refs:CommentState
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()
831 if (CommentState == LCS_InsideCComment) { in lex()
840 CommentState = LCS_BetweenComments; in lex()
844 CommentState = LCS_BetweenComments; in lex()