Home | History | Annotate | Download | only in Sema

Lines Matching refs:CPlusPlus11

508       if (S.getLangOpts().CPlusPlus11 && S.getLangOpts().GNUMode &&
573 if (getLangOpts().CPlusPlus11) {
623 if (S.getLangOpts().CPlusPlus11 &&
645 if (S.getLangOpts().CPlusPlus11 &&
2430 if (getLangOpts().CPlusPlus11 && RD->needsImplicitMoveConstructor())
2436 if (getLangOpts().CPlusPlus11 && RD->needsImplicitMoveAssignment())
2589 if (getLangOpts().CPlusPlus11 && Class->needsImplicitMoveConstructor())
3720 if (SemaRef.getLangOpts().CPlusPlus11) {
3759 if (SemaRef.getLangOpts().CPlusPlus11) {
3816 if (SemaRef.getLangOpts().CPlusPlus11)