Home
last modified time | relevance | path

Searched refs:Spellings (Results 1 – 3 of 3) sorted by relevance

/external/clang/include/clang/Basic/
DAttr.td220 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 …]
/external/clang/utils/TableGen/
DClangAttrEmitter.cpp74 std::vector<Record *> Spellings = Attr.getValueAsListOfDefs("Spellings"); in GetFlattenedSpellings() local
77 for (const auto &Spelling : Spellings) { in GetFlattenedSpellings()
1250 std::vector<FlattenedSpelling> Spellings = GetFlattenedSpellings(R); in writeGetSpellingFunction() local
1253 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() local
1281 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 …]
/external/clang/docs/
DInternalsManual.rst1688 Spellings subsubsection