Home | History | Annotate | Download | only in AST

Lines Matching refs:CommentState

84   assert(CommentState == LCS_InsideCComment);
285 assert(CommentState == LCS_InsideBCPLComment ||
286 CommentState == LCS_InsideCComment);
423 if (CommentState == LCS_InsideCComment)
514 if (CommentState == LCS_InsideCComment)
727 CommentState(LCS_BeforeComment), State(LS_Normal) {
732 switch (CommentState) {
761 CommentState = LCS_InsideBCPLComment;
779 CommentState = LCS_InsideCComment;
801 CommentState = LCS_BeforeComment;
812 if (CommentState == LCS_InsideCComment) {
821 CommentState = LCS_BetweenComments;
825 CommentState = LCS_BetweenComments;