Lines Matching full:cxx11
44 if (V == "CXX11" || V == "Pragma")
66 "CXX11", Spelling->getValueAsString("Name"), "gnu", true));
1081 } else if (Variety == "CXX11") {
1775 if (Variety == "CXX11")
1777 } else if (Variety == "CXX11")
1813 else if (Variety == "CXX11")
1845 GenerateHasAttrSpellingStringSwitch(I->second, OS, "CXX11", I->first);
1872 .Case("CXX11", 1)
2498 std::vector<StringMatcher::StringPair> GNU, Declspec, CXX11, Keywords, Pragma;
2531 if (Variety == "CXX11") {
2532 Matches = &CXX11;
2564 StringMatcher("Name", CXX11, OS).Emit();
2672 CXX11 = 1 << 1,
2721 .Case("CXX11", CXX11)
2730 if (Kind == CXX11 && !I.nameSpace().empty())
2764 if (SupportedSpellings & CXX11) OS << "X";