Home | History | Annotate | Download | only in Lex

Lines Matching refs:inKeepCommentMode

2026   if (inKeepCommentMode())
2296 if (inKeepCommentMode()) {
2851 if (CurPtr[0] == '/' && CurPtr[1] == '/' && !inKeepCommentMode() &&
2856 } else if (CurPtr[0] == '/' && CurPtr[1] == '*' && !inKeepCommentMode()) {