Home
last modified time | relevance | path

Searched refs:Declspec (Results 1 – 6 of 6) sorted by relevance

/external/clang/include/clang/Basic/
DAttributes.h26 Declspec, enumerator
DAttr.td188 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/
DClangAttrEmitter.cpp1800 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/
D0003-Add-support-for-RenderScript-specific-options.patch51 let Spellings = [GCC<"deprecated">, Declspec<"deprecated">,
/external/clang/lib/Parse/
DParseDecl.cpp389 if (!hasAttribute(AttrSyntax::Declspec, nullptr, AttrName, in ParseMicrosoftDeclSpecArgs()
/external/clang/docs/
DInternalsManual.rst1623 are: ``GNU`` (for use with GNU-style __attribute__ spellings), ``Declspec``