Home | History | Annotate | Download | only in Parse

Lines Matching full:cplusplus

326     } else if (getLangOpts().CPlusPlus && NextTokPrec <= prec::Conditional)
641 (isUnaryExpression && !getLangOpts().CPlusPlus) ? CompoundLiteral
703 if (getLangOpts().CPlusPlus) {
744 !(getLangOpts().CPlusPlus && Tok.is(tok::kw_class))) {
866 Res = ParseCastExpression(!getLangOpts().CPlusPlus);
992 if (!getLangOpts().CPlusPlus) {
1366 if (getLangOpts().CPlusPlus && !LHS.isInvalid()) {
1514 if (OpTok.is(tok::kw_typeof) && !getLangOpts().CPlusPlus) {
1540 if (getLangOpts().CPlusPlus || OpTok.isNot(tok::kw_typeof)) {