Searched refs:CommentState (Results 1 – 2 of 2) sorted by relevance
92 assert(CommentState == LCS_InsideCComment); in skipLineStartingDecorations() 297 assert(CommentState == LCS_InsideBCPLComment || in lexCommentText() 298 CommentState == LCS_InsideCComment); in lexCommentText() 312 if (CommentState == LCS_InsideCComment) in lexCommentText() 532 if (CommentState == LCS_InsideCComment) in lexVerbatimBlockBody() 743 CommentState(LCS_BeforeComment), State(LS_Normal) {} in Lexer() 747 switch (CommentState) { in lex() 776 CommentState = LCS_InsideBCPLComment; in lex() 794 CommentState = LCS_InsideCComment; in lex() 816 CommentState in lex() [all...]
257 LexerCommentState CommentState; variable