Searched refs:Spellings (Results 1 – 12 of 12) sorted by relevance
/external/clang/include/clang/Basic/ |
D | Attr.td | 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 …]
|
/external/llvm-project/clang/include/clang/Basic/ |
D | Attr.td | 297 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/ |
D | ClangAttrEmitter.cpp | 74 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/ |
D | ClangAttrEmitter.cpp | 76 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/ |
D | Attribute.cpp | 34 Spellings = S; in ExampleAttrInfo()
|
/external/llvm-project/clang/examples/CallSuperAttribute/ |
D | CallSuperAttrInfo.cpp | 162 Spellings = S; in CallSuperAttrInfo()
|
/external/llvm-project/clang/lib/Sema/ |
D | ParsedAttr.cpp | 138 for (auto &S : Ptr->Spellings) in get()
|
/external/llvm-project/clang/docs/ |
D | ClangPlugins.rst | 77 Spellings.push_back({ParsedAttr::AS_GNU,"example"}); 90 * ``Spellings``, which must be populated with every `Spelling
|
D | InternalsManual.rst | 2284 Spellings subsubsection
|
/external/llvm-project/clang-tools-extra/clangd/unittests/ |
D | CompileCommandsTests.cpp | 220 TEST(ArgStripperTest, Spellings) { in TEST() argument
|
/external/llvm-project/clang/include/clang/Sema/ |
D | ParsedAttr.h | 68 ArrayRef<Spelling> Spellings; member
|
/external/clang/docs/ |
D | InternalsManual.rst | 1688 Spellings subsubsection
|