Searched refs:Spellings (Results 1 – 3 of 3) sorted by relevance
220 list<Spelling> Spellings = spellings;269 list<Spelling> Spellings;366 let Spellings = [GCC<"abi_tag">];374 let Spellings = [GNU<"address_space">];380 let Spellings = [GCC<"alias">];388 let Spellings = [GCC<"aligned">, Declspec<"align">, Keyword<"alignas">,401 let Spellings = [420 let Spellings = [];426 let Spellings = [GCC<"always_inline">, Keyword<"__forceinline">];432 let Spellings = [GNU<"xray_always_instrument">,[all …]
74 std::vector<Record *> Spellings = Attr.getValueAsListOfDefs("Spellings"); in GetFlattenedSpellings() local77 for (const auto &Spelling : Spellings) { in GetFlattenedSpellings()1250 std::vector<FlattenedSpelling> Spellings = GetFlattenedSpellings(R); in writeGetSpellingFunction() local1253 if (Spellings.empty()) { in writeGetSpellingFunction()1263 for (unsigned I = 0; I < Spellings.size(); ++I) in writeGetSpellingFunction()1265 " return \"" << Spellings[I].name() << "\";\n"; in writeGetSpellingFunction()1276 std::vector<FlattenedSpelling> Spellings = GetFlattenedSpellings(R); in writePrettyPrintFunction() local1281 if (Spellings.empty()) { in writePrettyPrintFunction()1292 for (unsigned I = 0; I < Spellings.size(); ++ I) { in writePrettyPrintFunction()1298 std::string Name = Spellings[I].name(); in writePrettyPrintFunction()[all …]
1688 Spellings subsubsection