Home
last modified time | relevance | path

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

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