Home | History | Annotate | Download | only in Lex

Lines Matching full:iserror

307     bool IsError = (!Features.CPlusPlus11 || !in_char_string_literal);
312 IsError ? diag::err_ucn_escape_basic_scs :
317 IsError ? diag::err_ucn_control_character :
320 if (IsError)