Home | History | Annotate | Download | only in TableGen

Lines Matching refs:Pragma

46     if (V == "CXX11" || V == "Pragma")
1169 } else if (Variety == "Pragma") {
1170 Prefix = "#pragma ";
1187 if (Variety == "Pragma") {
1745 // Determines if an attribute has a Pragma spelling.
1750 return S.variety() == "Pragma";
2013 std::vector<Record *> Declspec, GNU, Pragma;
2028 else if (Variety == "Pragma")
2029 Pragma.push_back(R);
2041 OS << "case AttrSyntax::Pragma:\n";
2043 GenerateHasAttrSpellingStringSwitch(Pragma, OS, "Pragma");
2084 .Case("Pragma", 4)
2697 std::vector<StringMatcher::StringPair> GNU, Declspec, CXX11, Keywords, Pragma;
2740 else if (Variety == "Pragma")
2741 Matches = &Pragma;
2768 StringMatcher("Name", Pragma, OS).Emit();
2850 Pragma = 1 << 4
2899 .Case("Pragma", Pragma);
2935 OS << " \"Pragma\"\n\n";
2945 if (SupportedSpellings & Pragma) OS << "X";