Searched refs:CommentState (Results 1 – 2 of 2) sorted by relevance
84 assert(CommentState == LCS_InsideCComment); in skipLineStartingDecorations()285 assert(CommentState == LCS_InsideBCPLComment || in lexCommentText()286 CommentState == LCS_InsideCComment); in lexCommentText()423 if (CommentState == LCS_InsideCComment) in lexCommentText()514 if (CommentState == LCS_InsideCComment) in lexVerbatimBlockBody()727 CommentState(LCS_BeforeComment), State(LS_Normal) { in Lexer()732 switch (CommentState) { in lex()761 CommentState = LCS_InsideBCPLComment; in lex()779 CommentState = LCS_InsideCComment; in lex()801 CommentState = LCS_BeforeComment; in lex()[all …]
253 LexerCommentState CommentState; variable