Lines Matching refs:CommentState
92 assert(CommentState == LCS_InsideCComment);
297 assert(CommentState == LCS_InsideBCPLComment ||
298 CommentState == LCS_InsideCComment);
312 if (CommentState == LCS_InsideCComment)
532 if (CommentState == LCS_InsideCComment)
743 CommentState(LCS_BeforeComment), State(LS_Normal) {}
747 switch (CommentState) {
776 CommentState = LCS_InsideBCPLComment;
794 CommentState = LCS_InsideCComment;
816 CommentState = LCS_BeforeComment;
827 if (CommentState == LCS_InsideCComment) {
836 CommentState = LCS_BetweenComments;
840 CommentState = LCS_BetweenComments;