Lines Matching defs:C23
68 if (V == "CXX11" || V == "C23" || V == "Pragma")
93 Ret.emplace_back("C23", std::string(Name), "gnu", true, *Spelling);
98 Ret.emplace_back("C23", std::string(Name), "clang", false, *Spelling);
1607 } else if (Variety == "CXX11" || Variety == "C23") {
3655 // C23-style attributes have the same kind of version information
3672 // Verify that explicitly specified CXX11 and C23 spellings (i.e.
3676 (Variety == "CXX11" || Variety == "C23") &&
3755 CXX, C23;
3771 else if (Variety == "C23")
3772 C23[SI.nameSpace()].emplace_back(R, SI);
3818 fn("C23", C23);
4813 Keywords, Pragma, C23, HLSLAnnotation;
4850 } else if (Variety == "C23") {
4851 Matches = &C23;
4895 StringMatcher("Name", C23, OS).Emit();
5017 C23,
5040 .Case("C23", SpellingKind::C23)
5050 case SpellingKind::C23:
5153 OS << " :header: \"GNU\", \"C++11\", \"C23\", \"``__declspec``\",";