Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/Basic/
H A DAttributeCommonInfo.h145 bool isDeclspecAttribute() const { return SyntaxUsed == AS_Declspec; } in isDeclspecAttribute() function
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaStmtAttr.cpp457 S.Diag(A.getLoc(), A.isDeclspecAttribute() in ProcessStmtAttribute()
H A DSemaDeclAttr.cpp2153 if (AL.isDeclspecAttribute()) { in handleNakedAttr()
7836 if (AL.isDeclspecAttribute() || AL.isStandardAttributeSyntax()) in handleDeprecatedAttr()
8359 AL.isDeclspecAttribute() in ProcessDeclAttribute()
/llvm-project-15.0.7/clang/lib/Parse/
H A DParseDecl.cpp1734 AL.isDeclspecAttribute()) || in stripTypeAttributesOffDeclSpec()