Home
last modified time | relevance | path

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

/external/clang/include/clang/Basic/
DAttr.td200 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 …]
DAttributes.h24 Declspec, enumerator
/external/clang/utils/TableGen/
DClangAttrEmitter.cpp2298 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/clang/lib/Lex/
DPPMacroExpansion.cpp1720 return II ? hasAttribute(AttrSyntax::Declspec, nullptr, II, in ExpandBuiltinMacro()
/external/clang/lib/Parse/
DParseDecl.cpp391 if (!hasAttribute(AttrSyntax::Declspec, nullptr, AttrName, in ParseMicrosoftDeclSpecArgs()
/external/clang/docs/
DInternalsManual.rst1704 ``Declspec`` Spelled with a Microsoft-style ``__declspec(attr)`` syntax.