Searched refs:CommentState (Results 1 – 2 of 2) sorted by relevance
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()[all …]
253 LexerCommentState CommentState; variable