Lines Matching refs:CPlusPlus
1390 } else if (LangOpts.CPlusPlus) { in isAllowedIDChar()
1409 } else if (LangOpts.CPlusPlus) { in isAllowedInitiallyIDChar()
1655 assert(getLangOpts().CPlusPlus); in LexUDSuffix()
1753 Diag(BufferPtr, getLangOpts().CPlusPlus in LexStringLiteral()
1786 if (getLangOpts().CPlusPlus) in LexStringLiteral()
1870 if (getLangOpts().CPlusPlus) in LexRawStringLiteral()
1926 Diag(BufferPtr, getLangOpts().CPlusPlus in LexCharConstant()
1968 if (getLangOpts().CPlusPlus) in LexCharConstant()
2736 if (!LangOpts.CPlusPlus && !LangOpts.C99) { in tryReadUCN()
2824 if (LangOpts.CPlusPlus && !LangOpts.CPlusPlus11) in tryReadUCN()
3046 (LangOpts.CPlusPlus || !LangOpts.TraditionalCPP)) { in LexTokenInternal()
3263 } else if (LangOpts.CPlusPlus && Char == '*') { in LexTokenInternal()
3312 } else if (Char == '>' && LangOpts.CPlusPlus && in LexTokenInternal()
3351 (LangOpts.CPlusPlus || !LangOpts.TraditionalCPP); in LexTokenInternal()
3538 } else if (LangOpts.CPlusPlus && Char == ':') { in LexTokenInternal()