Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DAttributeCommonInfo.h221 bool isDeclspecAttribute() const { return SyntaxUsed == AS_Declspec; } in isDeclspecAttribute() function
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaStmtAttr.cpp675 if (A.isRegularKeywordAttribute() || A.isDeclspecAttribute()) { in ProcessStmtAttribute()
H A DSemaDeclAttr.cpp1920 if (AL.isDeclspecAttribute()) { in handleNakedAttr()
6492 if (AL.isDeclspecAttribute() || AL.isStandardAttributeSyntax()) in handleDeprecatedAttr()
7021 if (AL.isRegularKeywordAttribute() || AL.isDeclspecAttribute()) { in ProcessDeclAttribute()
/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseDecl.cpp63 if (AL.isDeclspecAttribute()) in ParseTypeName()
1863 AL.isDeclspecAttribute()) || in stripTypeAttributesOffDeclSpec()