Lines Matching full:cxx11
46 if (V == "CXX11" || V == "Pragma")
68 Ret.emplace_back("CXX11", Spelling->getValueAsString("Name"), "gnu",
1155 } else if (Variety == "CXX11") {
1968 if (Variety == "CXX11") {
1971 if (Spelling->getValueAsString("Variety") == "CXX11") {
1988 if (Variety == "CXX11")
1990 } else if (Variety == "CXX11")
2026 else if (Variety == "CXX11")
2054 GenerateHasAttrSpellingStringSwitch(I->second, OS, "CXX11", I->first);
2081 .Case("CXX11", 1)
2697 std::vector<StringMatcher::StringPair> GNU, Declspec, CXX11, Keywords, Pragma;
2730 if (Variety == "CXX11") {
2731 Matches = &CXX11;
2763 StringMatcher("Name", CXX11, OS).Emit();
2847 CXX11 = 1 << 1,
2896 .Case("CXX11", CXX11)
2905 if (Kind == CXX11 && !I.nameSpace().empty())
2939 if (SupportedSpellings & CXX11) OS << "X";