Home | History | Annotate | Download | only in TableGen

Lines Matching refs:Pragma

58     if (V == "CXX11" || V == "Pragma")
1318 } else if (Variety == "Pragma") {
1319 Prefix = "#pragma ";
1336 if (Variety == "Pragma") {
1882 // Determines if an attribute has a Pragma spelling.
1887 return S.variety() == "Pragma";
2298 std::vector<Record *> Declspec, GNU, Pragma;
2313 else if (Variety == "Pragma")
2314 Pragma.push_back(R);
2326 OS << "case AttrSyntax::Pragma:\n";
2328 GenerateHasAttrSpellingStringSwitch(Pragma, OS, "Pragma");
2365 .Case("Pragma", 4)
2976 std::vector<StringMatcher::StringPair> GNU, Declspec, CXX11, Keywords, Pragma;
3020 else if (Variety == "Pragma")
3021 Matches = &Pragma;
3048 StringMatcher("Name", Pragma, OS).Emit();
3126 Pragma = 1 << 4
3175 .Case("Pragma", Pragma);
3211 OS << " \"Pragma\"\n\n";
3221 if (SupportedSpellings & Pragma) OS << "X";