Searched refs:Spellings (Results 1 – 3 of 3) sorted by relevance
218 list<Spelling> Spellings = spellings;264 list<Spelling> Spellings;353 let Spellings = [GNU<"address_space">];359 let Spellings = [GCC<"alias">];367 let Spellings = [GCC<"aligned">, Declspec<"align">, Keyword<"alignas">,380 let Spellings = [399 let Spellings = [];405 let Spellings = [GCC<"always_inline">, Keyword<"__forceinline">];411 let Spellings = [GCC<"tls_model">];418 let Spellings = [GNU<"analyzer_noreturn">];[all …]
61 std::vector<Record *> Spellings = Attr.getValueAsListOfDefs("Spellings"); in GetFlattenedSpellings() local64 for (const auto &Spelling : Spellings) { in GetFlattenedSpellings()1101 std::vector<FlattenedSpelling> Spellings = GetFlattenedSpellings(R); in writeGetSpellingFunction() local1104 if (Spellings.empty()) { in writeGetSpellingFunction()1114 for (unsigned I = 0; I < Spellings.size(); ++I) in writeGetSpellingFunction()1116 " return \"" << Spellings[I].name() << "\";\n"; in writeGetSpellingFunction()1127 std::vector<FlattenedSpelling> Spellings = GetFlattenedSpellings(R); in writePrettyPrintFunction() local1132 if (Spellings.empty()) { in writePrettyPrintFunction()1143 for (unsigned I = 0; I < Spellings.size(); ++ I) { in writePrettyPrintFunction()1149 std::string Name = Spellings[I].name(); in writePrettyPrintFunction()[all …]
1688 Spellings subsubsection