Lines Matching refs:CPlusPlus
1443 } else if (LangOpts.CPlusPlus) { in isAllowedIDChar()
1462 } else if (LangOpts.CPlusPlus) { in isAllowedInitiallyIDChar()
1796 Diag(CurPtr, getLangOpts().CPlusPlus in LexNumericConstant()
1822 assert(getLangOpts().CPlusPlus); in LexUDSuffix()
1921 Diag(BufferPtr, getLangOpts().CPlusPlus in LexStringLiteral()
1957 if (getLangOpts().CPlusPlus) in LexStringLiteral()
2041 if (getLangOpts().CPlusPlus) in LexRawStringLiteral()
2137 Diag(BufferPtr, getLangOpts().CPlusPlus in LexCharConstant()
2179 if (getLangOpts().CPlusPlus) in LexCharConstant()
3005 if (!LangOpts.CPlusPlus && !LangOpts.C99) { in tryReadUCN()
3092 if (LangOpts.CPlusPlus && !LangOpts.CPlusPlus11) in tryReadUCN()
3323 (LangOpts.CPlusPlus || !LangOpts.TraditionalCPP)) { in LexTokenInternal()
3543 } else if (LangOpts.CPlusPlus && Char == '*') { in LexTokenInternal()
3592 } else if (Char == '>' && LangOpts.CPlusPlus && in LexTokenInternal()
3631 (LangOpts.CPlusPlus || !LangOpts.TraditionalCPP); in LexTokenInternal()
3738 if (getLangOpts().CPlusPlus && !isLexingRawMode()) { in LexTokenInternal()
3838 } else if ((LangOpts.CPlusPlus || in LexTokenInternal()