Searched refs:Declspec (Results 1 – 6 of 6) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/ |
| H A D | Attr.td | 266 class Declspec<string name> : Spelling<name, "Declspec">; 662 let Spellings = [GCC<"aligned">, Declspec<"align">, Keyword<"alignas">, 669 Accessor<"isDeclspec",[Declspec<"align">]>]; 686 // , Declspec<"align_value"> 1064 let Spellings = [Clang<"cpu_specific">, Declspec<"cpu_specific">]; 1076 let Spellings = [Clang<"cpu_dispatch">, Declspec<"cpu_dispatch">]; 1085 let Spellings = [GNU<"constant">, Declspec<"__constant__">]; 1092 let Spellings = [GNU<"cudart_builtin">, Declspec<"__cudart_builtin__">]; 1097 let Spellings = [GNU<"device">, Declspec<"__device__">]; 1104 let Spellings = [GNU<"device_builtin">, Declspec<"__device_builtin__">]; [all …]
|
| H A D | Attributes.h | 23 Declspec, enumerator
|
| /netbsd-src/external/apache2/llvm/dist/clang/utils/TableGen/ |
| H A D | ClangAttrEmitter.cpp | 3137 std::vector<Record *> Declspec, Microsoft, GNU, Pragma; in EmitClangAttrHasAttrImpl() local 3149 Declspec.push_back(R); in EmitClangAttrHasAttrImpl() 3168 GenerateHasAttrSpellingStringSwitch(Declspec, OS, "Declspec"); in EmitClangAttrHasAttrImpl() 4040 std::vector<StringMatcher::StringPair> GNU, Declspec, Microsoft, CXX11, in EmitClangAttrParsedAttrKinds() local 4086 Matches = &Declspec; in EmitClangAttrParsedAttrKinds() 4116 StringMatcher("Name", Declspec, OS).Emit(); in EmitClangAttrParsedAttrKinds() 4217 Declspec, enumerator 4237 .Case("Declspec", SpellingKind::Declspec) in add()
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/Lex/ |
| H A D | PPMacroExpansion.cpp | 1701 hasAttribute(AttrSyntax::Declspec, nullptr, II, in ExpandBuiltinMacro()
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/Parse/ |
| H A D | ParseDecl.cpp | 555 if (!hasAttribute(AttrSyntax::Declspec, nullptr, AttrName, in ParseMicrosoftDeclSpecArgs()
|
| /netbsd-src/external/apache2/llvm/dist/clang/docs/ |
| H A D | InternalsManual.rst | 2865 ``Declspec`` Spelled with a Microsoft-style ``__declspec(attr)`` syntax.
|