Home | History | Annotate | Download | only in TableGen

Lines Matching refs:Pragma

44     if (V == "CXX11" || V == "Pragma")
1095 } else if (Variety == "Pragma") {
1096 Prefix = "#pragma ";
1113 if (Variety == "Pragma") {
1800 std::vector<Record *> Declspec, GNU, Pragma;
1815 else if (Variety == "Pragma")
1816 Pragma.push_back(R);
1830 OS << "case AttrSyntax::Pragma:\n";
1832 GenerateHasAttrSpellingStringSwitch(Pragma, OS, "Pragma");
1875 .Case("Pragma", 4)
2498 std::vector<StringMatcher::StringPair> GNU, Declspec, CXX11, Keywords, Pragma;
2541 else if (Variety == "Pragma")
2542 Matches = &Pragma;
2568 StringMatcher("Name", Pragma, OS).Emit();
2675 Pragma = 1 << 4
2724 .Case("Pragma", Pragma);
2760 OS << " \"Pragma\"\n\n";
2770 if (SupportedSpellings & Pragma) OS << "X";