Lines Matching defs:Pragma
68 if (V == "CXX11" || V == "C23" || V == "Pragma")
1624 } else if (Variety == "Pragma") {
1644 if (Variety == "Pragma") {
3227 // Determines if an attribute has a Pragma spelling.
3231 return S.variety() == "Pragma";
3752 GNU, Pragma, HLSLAnnotation;
3773 else if (Variety == "Pragma")
3774 Pragma.emplace_back(R, SI);
3793 GenerateHasAttrSpellingStringSwitch(Pragma, OS, "Pragma");
4813 Keywords, Pragma, C23, HLSLAnnotation;
4862 else if (Variety == "Pragma")
4863 Matches = &Pragma;
4900 StringMatcher("Name", Pragma, OS).Emit();
5021 Pragma,
5044 .Case("Pragma", SpellingKind::Pragma)
5053 case SpellingKind::Pragma: