Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DAttr.td333 class Declspec<string name> : Spelling<name, "Declspec">;
817 let Spellings = [GCC<"aligned">, Declspec<"align">, CustomKeyword<"alignas">,
824 Accessor<"isDeclspec",[Declspec<"align">]>];
841 // , Declspec<"align_value">
1320 let Spellings = [Clang<"cpu_specific">, Declspec<"cpu_specific">];
1332 let Spellings = [Clang<"cpu_dispatch">, Declspec<"cpu_dispatch">];
1341 let Spellings = [GNU<"constant">, Declspec<"__constant__">];
1348 let Spellings = [GNU<"cudart_builtin">, Declspec<"__cudart_builtin__">];
1353 let Spellings = [GNU<"device">, Declspec<"__device__">];
1360 let Spellings = [GNU<"device_builtin">, Declspec<"__device_builtin__">];
[all …]
H A DAttributeCommonInfo.h115 static Form Declspec() { return AS_Declspec; } in Declspec() function
/freebsd/contrib/llvm-project/clang/utils/TableGen/
H A DClangAttrEmitter.cpp3751 std::vector<std::pair<const Record *, FlattenedSpelling>> Declspec, Microsoft, in EmitClangAttrHasAttrImpl() local
3766 Declspec.emplace_back(R, SI); in EmitClangAttrHasAttrImpl()
3787 GenerateHasAttrSpellingStringSwitch(Declspec, OS, "Declspec"); in EmitClangAttrHasAttrImpl()
4812 std::vector<StringMatcher::StringPair> GNU, Declspec, Microsoft, CXX11, in EmitClangAttrParsedAttrKinds() local
4857 Matches = &Declspec; in EmitClangAttrParsedAttrKinds()
4889 StringMatcher("Name", Declspec, OS).Emit(); in EmitClangAttrParsedAttrKinds()
5018 Declspec, enumerator
5041 .Case("Declspec", SpellingKind::Declspec) in add()
/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseDecl.cpp901 ParsedAttr::Form::Declspec()); in ParseMicrosoftDeclSpecArgs()
908 SourceLocation(), ParsedAttr::Form::Declspec()); in ParseMicrosoftDeclSpecArgs()
992 ParsedAttr::Form::Declspec()); in ParseMicrosoftDeclSpecs()