Searched refs:CommentState (Results 1 – 2 of 2) sorted by relevance
92 assert(CommentState == LCS_InsideCComment); in skipLineStartingDecorations()306 assert(CommentState == LCS_InsideBCPLComment || in lexCommentText()307 CommentState == LCS_InsideCComment); in lexCommentText()321 if (CommentState == LCS_InsideCComment) in lexCommentText()541 if (CommentState == LCS_InsideCComment) in lexVerbatimBlockBody()669 if (CommentState == LCS_InsideCComment) in lexHTMLStartTag()775 CommentState(LCS_BeforeComment), State(LS_Normal) {} in Lexer()779 switch (CommentState) { in lex()808 CommentState = LCS_InsideBCPLComment; in lex()835 CommentState = LCS_InsideCComment; in lex()[all …]
257 LexerCommentState CommentState; variable