Home | History | Annotate | Download | only in Lex

Lines Matching refs:CPlusPlus11

307     bool IsError = (!Features.CPlusPlus11 || !in_char_string_literal);
701 if (!LangOpts.CPlusPlus11 || Suffix.empty())