Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/include/clang/Basic/
H A DAttributeCommonInfo.h36 AS_Declspec, enumerator
142 bool isDeclspecAttribute() const { return SyntaxUsed == AS_Declspec; } in isDeclspecAttribute()
/freebsd-13.1/contrib/llvm-project/clang/lib/Parse/
H A DParseDecl.cpp674 ParsedAttr::AS_Declspec); in ParseMicrosoftDeclSpecArgs()
681 SourceLocation(), ParsedAttr::AS_Declspec); in ParseMicrosoftDeclSpecArgs()
756 ParsedAttr::AS_Declspec); in ParseMicrosoftDeclSpecs()
/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaDecl.cpp13264 if (SA->getSyntax() == AttributeCommonInfo::AS_Declspec) in CheckCompleteVariableDeclaration()