Searched refs:Declspec (Results 1 – 6 of 6) sorted by relevance
/external/clang/include/clang/Basic/ |
D | Attributes.h | 26 Declspec, enumerator
|
D | Attr.td | 188 class Declspec<string name> : Spelling<name, "Declspec">; 345 let Spellings = [GCC<"aligned">, Declspec<"align">, Keyword<"alignas">, 353 Accessor<"isDeclspec",[Declspec<"align">]>]; 624 let Spellings = [GCC<"deprecated">, Declspec<"deprecated">, 788 let Spellings = [GCC<"naked">, Declspec<"naked">]; 829 let Spellings = [GCC<"noinline">, Declspec<"noinline">]; 869 let Spellings = [GCC<"noreturn">, Declspec<"noreturn">]; 881 let Spellings = [GCC<"nothrow">, Declspec<"nothrow">]; 1097 let Spellings = [GCC<"section">, Declspec<"allocate">]; 1189 let Spellings = [Declspec<"uuid">]; [all …]
|
/external/clang/utils/TableGen/ |
D | ClangAttrEmitter.cpp | 1800 std::vector<Record *> Declspec, GNU, Pragma; in EmitClangAttrHasAttrImpl() local 1812 Declspec.push_back(R); in EmitClangAttrHasAttrImpl() 1829 GenerateHasAttrSpellingStringSwitch(Declspec, OS, "Declspec"); in EmitClangAttrHasAttrImpl() 2498 std::vector<StringMatcher::StringPair> GNU, Declspec, CXX11, Keywords, Pragma; in EmitClangAttrParsedAttrKinds() local 2538 Matches = &Declspec; in EmitClangAttrParsedAttrKinds() 2562 StringMatcher("Name", Declspec, OS).Emit(); in EmitClangAttrParsedAttrKinds() 2673 Declspec = 1 << 2, enumerator 2722 .Case("Declspec", Declspec) in WriteDocumentation() 2766 if (SupportedSpellings & Declspec) OS << "X"; in WriteDocumentation()
|
/external/clang/patches/ |
D | 0003-Add-support-for-RenderScript-specific-options.patch | 51 let Spellings = [GCC<"deprecated">, Declspec<"deprecated">,
|
/external/clang/lib/Parse/ |
D | ParseDecl.cpp | 389 if (!hasAttribute(AttrSyntax::Declspec, nullptr, AttrName, in ParseMicrosoftDeclSpecArgs()
|
/external/clang/docs/ |
D | InternalsManual.rst | 1623 are: ``GNU`` (for use with GNU-style __attribute__ spellings), ``Declspec``
|