Home
last modified time | relevance | path

Searched refs:Spellings (Results 1 – 12 of 12) 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/llvm-project/clang/include/clang/Basic/
DAttr.td297 list<Spelling> Spellings = spellings;
500 list<Spelling> Spellings;
612 let Spellings = [GCC<"abi_tag", /*AllowInC*/0>];
620 let Spellings = [Clang<"address_space">];
626 let Spellings = [GCC<"alias">];
633 let Spellings = [Clang<"__clang_arm_builtin_alias">];
640 let Spellings = [GCC<"aligned">, Declspec<"align">, Keyword<"alignas">,
652 let Spellings = [
673 let Spellings = [];
679 let Spellings = [GCC<"always_inline">, Keyword<"__forceinline">];
[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/llvm-project/clang/utils/TableGen/
DClangAttrEmitter.cpp76 std::vector<Record *> Spellings = Attr.getValueAsListOfDefs("Spellings"); in GetFlattenedSpellings() local
79 for (const auto &Spelling : Spellings) { in GetFlattenedSpellings()
1384 std::vector<FlattenedSpelling> Spellings = GetFlattenedSpellings(R); in writeGetSpellingFunction() local
1387 if (Spellings.empty()) { in writeGetSpellingFunction()
1397 for (unsigned I = 0; I < Spellings.size(); ++I) in writeGetSpellingFunction()
1399 " return \"" << Spellings[I].name() << "\";\n"; in writeGetSpellingFunction()
1410 std::vector<FlattenedSpelling> Spellings = GetFlattenedSpellings(R); in writePrettyPrintFunction() local
1415 if (Spellings.empty()) { in writePrettyPrintFunction()
1425 for (unsigned I = 0; I < Spellings.size(); ++ I) { in writePrettyPrintFunction()
1431 std::string Name = Spellings[I].name(); in writePrettyPrintFunction()
[all …]
/external/llvm-project/clang/examples/Attribute/
DAttribute.cpp34 Spellings = S; in ExampleAttrInfo()
/external/llvm-project/clang/examples/CallSuperAttribute/
DCallSuperAttrInfo.cpp162 Spellings = S; in CallSuperAttrInfo()
/external/llvm-project/clang/lib/Sema/
DParsedAttr.cpp138 for (auto &S : Ptr->Spellings) in get()
/external/llvm-project/clang/docs/
DClangPlugins.rst77 Spellings.push_back({ParsedAttr::AS_GNU,"example"});
90 * ``Spellings``, which must be populated with every `Spelling
DInternalsManual.rst2284 Spellings subsubsection
/external/llvm-project/clang-tools-extra/clangd/unittests/
DCompileCommandsTests.cpp220 TEST(ArgStripperTest, Spellings) { in TEST() argument
/external/llvm-project/clang/include/clang/Sema/
DParsedAttr.h68 ArrayRef<Spelling> Spellings; member
/external/clang/docs/
DInternalsManual.rst1688 Spellings subsubsection