Home | History | Annotate | Download | only in Sema

Lines Matching refs:CPlusPlus0x

570     if (getLangOpts().CPlusPlus0x && !E->getType()->isDependentType())  {
592 << getLangOpts().CPlusPlus0x << E->getType()
2646 getLangOpts().CPlusPlus0x ?
7876 if (getLangOpts().CPlusPlus0x && isa<InitListExpr>(RHSExpr)) {
9448 if (getLangOpts().CPlusPlus0x) {
9487 if (!getLangOpts().CPlusPlus0x && E->isIntegerConstantExpr(Context)) {
9505 if (Folded && getLangOpts().CPlusPlus0x && Notes.empty()) {