Home
last modified time | relevance | path

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

/external/clang/include/clang/Basic/
DAttributes.h24 Declspec, enumerator
DAttr.td192 class Declspec<string name> : Spelling<name, "Declspec">;
354 let Spellings = [GCC<"aligned">, Declspec<"align">, Keyword<"alignas">,
362 Accessor<"isDeclspec",[Declspec<"align">]>];
376 // , Declspec<"align_value">
667 let Spellings = [GCC<"deprecated">, Declspec<"deprecated">,
802 let Spellings = [Declspec<"restrict">, GCC<"malloc">];
850 let Spellings = [GCC<"naked">, Declspec<"naked">];
891 let Spellings = [GCC<"noinline">, Declspec<"noinline">];
974 let Spellings = [GCC<"noreturn">, Declspec<"noreturn">];
986 let Spellings = [GCC<"nothrow">, Declspec<"nothrow">];
[all …]
/external/clang/utils/TableGen/
DClangAttrEmitter.cpp1933 std::vector<Record *> Declspec, GNU, Pragma; in EmitClangAttrHasAttrImpl() local
1945 Declspec.push_back(R); in EmitClangAttrHasAttrImpl()
1959 GenerateHasAttrSpellingStringSwitch(Declspec, OS, "Declspec"); in EmitClangAttrHasAttrImpl()
2645 std::vector<StringMatcher::StringPair> GNU, Declspec, CXX11, Keywords, Pragma; in EmitClangAttrParsedAttrKinds() local
2685 Matches = &Declspec; in EmitClangAttrParsedAttrKinds()
2709 StringMatcher("Name", Declspec, OS).Emit(); in EmitClangAttrParsedAttrKinds()
2795 Declspec = 1 << 2, enumerator
2844 .Case("Declspec", Declspec) in WriteDocumentation()
2888 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/Lex/
DPPMacroExpansion.cpp1444 Value = hasAttribute(AttrSyntax::Declspec, nullptr, FeatureII, in ExpandBuiltinMacro()
/external/clang/lib/Parse/
DParseDecl.cpp388 if (!hasAttribute(AttrSyntax::Declspec, nullptr, AttrName, in ParseMicrosoftDeclSpecArgs()
/external/clang/docs/
DInternalsManual.rst1654 are: ``GNU`` (for use with GNU-style __attribute__ spellings), ``Declspec``