Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/include/clang/Basic/
H A DAttributeCommonInfo.h142 bool isDeclspecAttribute() const { return SyntaxUsed == AS_Declspec; } in isDeclspecAttribute() function
/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaStmtAttr.cpp400 S.Diag(A.getLoc(), A.isDeclspecAttribute() in ProcessStmtAttribute()
H A DSemaDeclAttr.cpp2035 if (AL.isDeclspecAttribute()) { in handleNakedAttr()
7374 if (AL.isDeclspecAttribute() || AL.isStandardAttributeSyntax()) in handleDeprecatedAttr()
7818 AL.isDeclspecAttribute() in ProcessDeclAttribute()
/freebsd-13.1/contrib/llvm-project/clang/lib/Parse/
H A DParseDecl.cpp1677 AL.isDeclspecAttribute()) || in stripTypeAttributesOffDeclSpec()