Home
last modified time | relevance | path

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

/external/clang/include/clang/Basic/
DAttr.td211 list<Spelling> Spellings = spellings;
253 list<Spelling> Spellings;
340 let Spellings = [GNU<"address_space">];
346 let Spellings = [GCC<"alias">];
354 let Spellings = [GCC<"aligned">, Declspec<"align">, Keyword<"alignas">,
367 let Spellings = [
386 let Spellings = [];
392 let Spellings = [GCC<"always_inline">, Keyword<"__forceinline">];
398 let Spellings = [GCC<"tls_model">];
405 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()
1080 std::vector<FlattenedSpelling> Spellings = GetFlattenedSpellings(R); in writeGetSpellingFunction() local
1083 if (Spellings.empty()) { in writeGetSpellingFunction()
1093 for (unsigned I = 0; I < Spellings.size(); ++I) in writeGetSpellingFunction()
1095 " return \"" << Spellings[I].name() << "\";\n"; in writeGetSpellingFunction()
1106 std::vector<FlattenedSpelling> Spellings = GetFlattenedSpellings(R); in writePrettyPrintFunction() local
1111 if (Spellings.empty()) { in writePrettyPrintFunction()
1122 for (unsigned I = 0; I < Spellings.size(); ++ I) { in writePrettyPrintFunction()
1128 std::string Name = Spellings[I].name(); in writePrettyPrintFunction()
[all …]
/external/clang/patches/
D0003-Add-support-for-RenderScript-specific-options.patch46 + let Spellings = [GNU<"kernel">];
51 let Spellings = [GCC<"deprecated">, Declspec<"deprecated">,
/external/clang/docs/
DInternalsManual.rst1652 ``Spellings`` lists the strings that can appear in ``__attribute__((here))`` or
1653 ``[[here]]``. All such strings will be synonymous. Possible ``Spellings``