Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/Basic/
H A DAttributeCommonInfo.h36 AS_Declspec, enumerator
145 bool isDeclspecAttribute() const { return SyntaxUsed == AS_Declspec; } in isDeclspecAttribute()
/llvm-project-15.0.7/clang/lib/Parse/
H A DParseDecl.cpp600 if (!hasAttribute(AttributeCommonInfo::Syntax::AS_Declspec, nullptr, AttrName, in ParseMicrosoftDeclSpecArgs()
719 ParsedAttr::AS_Declspec); in ParseMicrosoftDeclSpecArgs()
726 SourceLocation(), ParsedAttr::AS_Declspec); in ParseMicrosoftDeclSpecArgs()
766 Actions.CodeCompleteAttribute(AttributeCommonInfo::AS_Declspec); in ParseMicrosoftDeclSpecs()
809 ParsedAttr::AS_Declspec); in ParseMicrosoftDeclSpecs()
/llvm-project-15.0.7/clang/lib/Lex/
H A DPPMacroExpansion.cpp1744 hasAttribute(AttributeCommonInfo::Syntax::AS_Declspec, nullptr, in ExpandBuiltinMacro()
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaDecl.cpp13762 if (SA->getSyntax() == AttributeCommonInfo::AS_Declspec) in CheckCompleteVariableDeclaration()