Lines Matching refs:CPlusPlus
1431 } else if (LangOpts.CPlusPlus) { in isAllowedIDChar()
1450 } else if (LangOpts.CPlusPlus) { in isAllowedInitiallyIDChar()
1808 assert(getLangOpts().CPlusPlus); in LexUDSuffix()
1907 Diag(BufferPtr, getLangOpts().CPlusPlus in LexStringLiteral()
1943 if (getLangOpts().CPlusPlus) in LexStringLiteral()
2027 if (getLangOpts().CPlusPlus) in LexRawStringLiteral()
2118 Diag(BufferPtr, getLangOpts().CPlusPlus in LexCharConstant()
2160 if (getLangOpts().CPlusPlus) in LexCharConstant()
2968 if (!LangOpts.CPlusPlus && !LangOpts.C99) { in tryReadUCN()
3055 if (LangOpts.CPlusPlus && !LangOpts.CPlusPlus11) in tryReadUCN()
3282 (LangOpts.CPlusPlus || !LangOpts.TraditionalCPP)) { in LexTokenInternal()
3500 } else if (LangOpts.CPlusPlus && Char == '*') { in LexTokenInternal()
3549 } else if (Char == '>' && LangOpts.CPlusPlus && in LexTokenInternal()
3588 (LangOpts.CPlusPlus || !LangOpts.TraditionalCPP); in LexTokenInternal()
3695 if (getLangOpts().CPlusPlus && !isLexingRawMode()) { in LexTokenInternal()
3795 } else if ((LangOpts.CPlusPlus || in LexTokenInternal()