Home | History | Annotate | Download | only in AST

Lines Matching refs:CommentState

83   assert(CommentState == LCS_InsideCComment);
270 assert(CommentState == LCS_InsideBCPLComment ||
271 CommentState == LCS_InsideCComment);
397 if (CommentState == LCS_InsideCComment)
488 if (CommentState == LCS_InsideCComment)
694 CommentState(LCS_BeforeComment), State(LS_Normal) {
699 switch (CommentState) {
728 CommentState = LCS_InsideBCPLComment;
746 CommentState = LCS_InsideCComment;
768 CommentState = LCS_BeforeComment;
779 if (CommentState == LCS_InsideCComment) {
788 CommentState = LCS_BetweenComments;
792 CommentState = LCS_BetweenComments;