/external/clang/include/clang/Basic/ |
D | Attributes.h | 24 Declspec, enumerator
|
D | Attr.td | 200 class Declspec<string name> : Spelling<name, "Declspec">; 388 let Spellings = [GCC<"aligned">, Declspec<"align">, Keyword<"alignas">, 396 Accessor<"isDeclspec",[Declspec<"align">]>]; 410 // , Declspec<"align_value"> 759 let Spellings = [GCC<"deprecated">, Declspec<"deprecated">, 776 let Spellings = [Declspec<"empty_bases">]; 899 let Spellings = [Declspec<"restrict">, GCC<"malloc">]; 905 let Spellings = [Declspec<"layout_version">]; 972 let Spellings = [GCC<"naked">, Declspec<"naked">]; 1003 let Spellings = [Declspec<"noalias">]; [all …]
|
/external/llvm-project/clang/include/clang/Basic/ |
D | Attributes.h | 23 Declspec, enumerator
|
D | Attr.td | 263 class Declspec<string name> : Spelling<name, "Declspec">; 640 let Spellings = [GCC<"aligned">, Declspec<"align">, Keyword<"alignas">, 647 Accessor<"isDeclspec",[Declspec<"align">]>]; 664 // , Declspec<"align_value"> 1029 let Spellings = [Clang<"cpu_specific">, Declspec<"cpu_specific">]; 1041 let Spellings = [Clang<"cpu_dispatch">, Declspec<"cpu_dispatch">]; 1050 let Spellings = [GNU<"constant">, Declspec<"__constant__">]; 1057 let Spellings = [GNU<"cudart_builtin">, Declspec<"__cudart_builtin__">]; 1062 let Spellings = [GNU<"device">, Declspec<"__device__">]; 1069 let Spellings = [GNU<"device_builtin">, Declspec<"__device_builtin__">]; [all …]
|
/external/clang/utils/TableGen/ |
D | ClangAttrEmitter.cpp | 2298 std::vector<Record *> Declspec, GNU, Pragma; in EmitClangAttrHasAttrImpl() local 2310 Declspec.push_back(R); in EmitClangAttrHasAttrImpl() 2325 GenerateHasAttrSpellingStringSwitch(Declspec, OS, "Declspec"); in EmitClangAttrHasAttrImpl() 2976 std::vector<StringMatcher::StringPair> GNU, Declspec, CXX11, Keywords, Pragma; in EmitClangAttrParsedAttrKinds() local 3017 Matches = &Declspec; in EmitClangAttrParsedAttrKinds() 3041 StringMatcher("Name", Declspec, OS).Emit(); in EmitClangAttrParsedAttrKinds() 3124 Declspec = 1 << 2, enumerator 3173 .Case("Declspec", Declspec) in WriteDocumentation() 3217 if (SupportedSpellings & Declspec) OS << "X"; in WriteDocumentation()
|
/external/llvm-project/clang/utils/TableGen/ |
D | ClangAttrEmitter.cpp | 3124 std::vector<Record *> Declspec, Microsoft, GNU, Pragma; in EmitClangAttrHasAttrImpl() local 3136 Declspec.push_back(R); in EmitClangAttrHasAttrImpl() 3155 GenerateHasAttrSpellingStringSwitch(Declspec, OS, "Declspec"); in EmitClangAttrHasAttrImpl() 3805 std::vector<StringMatcher::StringPair> GNU, Declspec, Microsoft, CXX11, in EmitClangAttrParsedAttrKinds() local 3851 Matches = &Declspec; in EmitClangAttrParsedAttrKinds() 3881 StringMatcher("Name", Declspec, OS).Emit(); in EmitClangAttrParsedAttrKinds() 3982 Declspec, enumerator 4002 .Case("Declspec", SpellingKind::Declspec) in add()
|
/external/llvm-project/clang/lib/Lex/ |
D | PPMacroExpansion.cpp | 1696 return II ? hasAttribute(AttrSyntax::Declspec, nullptr, II, in ExpandBuiltinMacro()
|
/external/clang/lib/Lex/ |
D | PPMacroExpansion.cpp | 1720 return II ? hasAttribute(AttrSyntax::Declspec, nullptr, II, in ExpandBuiltinMacro()
|
/external/clang/lib/Parse/ |
D | ParseDecl.cpp | 391 if (!hasAttribute(AttrSyntax::Declspec, nullptr, AttrName, in ParseMicrosoftDeclSpecArgs()
|
/external/llvm-project/clang/lib/Parse/ |
D | ParseDecl.cpp | 531 if (!hasAttribute(AttrSyntax::Declspec, nullptr, AttrName, in ParseMicrosoftDeclSpecArgs()
|
/external/clang/docs/ |
D | InternalsManual.rst | 1704 ``Declspec`` Spelled with a Microsoft-style ``__declspec(attr)`` syntax.
|
/external/llvm-project/clang/docs/ |
D | InternalsManual.rst | 2301 ``Declspec`` Spelled with a Microsoft-style ``__declspec(attr)`` syntax.
|