Home | History | Annotate | Download | only in Lex

Lines Matching refs:inKeepCommentMode

2125   if (inKeepCommentMode())
2397 if (inKeepCommentMode()) {
3012 if (CurPtr[0] == '/' && CurPtr[1] == '/' && !inKeepCommentMode() &&
3018 } else if (CurPtr[0] == '/' && CurPtr[1] == '*' && !inKeepCommentMode()) {