Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/include/clang/Basic/
H A DAttributeCommonInfo.h36 AS_Declspec, enumerator
145 bool isDeclspecAttribute() const { return SyntaxUsed == AS_Declspec; } in isDeclspecAttribute()
/openbsd/gnu/llvm/clang/lib/Parse/
H A DParseDecl.cpp598 if (!hasAttribute(AttributeCommonInfo::Syntax::AS_Declspec, nullptr, AttrName, in ParseMicrosoftDeclSpecArgs()
717 ParsedAttr::AS_Declspec); in ParseMicrosoftDeclSpecArgs()
724 SourceLocation(), ParsedAttr::AS_Declspec); in ParseMicrosoftDeclSpecArgs()
764 Actions.CodeCompleteAttribute(AttributeCommonInfo::AS_Declspec); in ParseMicrosoftDeclSpecs()
807 ParsedAttr::AS_Declspec); in ParseMicrosoftDeclSpecs()
/openbsd/gnu/llvm/clang/lib/Lex/
H A DPPMacroExpansion.cpp1758 hasAttribute(AttributeCommonInfo::Syntax::AS_Declspec, nullptr, in ExpandBuiltinMacro()
/openbsd/gnu/llvm/clang/lib/Sema/
H A DSemaDecl.cpp14145 if (SA->getSyntax() == AttributeCommonInfo::AS_Declspec) in CheckCompleteVariableDeclaration()