Home | History | Annotate | Download | only in Parse

Lines Matching refs:CPlusPlus

328     } else if (getLangOpts().CPlusPlus && NextTokPrec <= prec::Conditional)
639 (isUnaryExpression && !getLangOpts().CPlusPlus)? CompoundLiteral : CastExpr;
707 if (getLangOpts().CPlusPlus) {
785 !(getLangOpts().CPlusPlus && Tok.is(tok::kw_class))) {
902 Res = ParseCastExpression(!getLangOpts().CPlusPlus);
1035 if (!getLangOpts().CPlusPlus) {
1459 if (getLangOpts().CPlusPlus && !LHS.isInvalid()) {
1586 if (OpTok.is(tok::kw_typeof) && !getLangOpts().CPlusPlus) {
1611 if (getLangOpts().CPlusPlus || OpTok.isNot(tok::kw_typeof)) {