Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaStmtAttr.cpp333 S.Diag(A.getLoc(), A.isDeclspecAttribute() in ProcessStmtAttribute()
H A DSemaDeclAttr.cpp2023 if (AL.isDeclspecAttribute()) { in handleNakedAttr()
6046 if (AL.isDeclspecAttribute() || AL.isCXX11Attribute()) in handleDeprecatedAttr()
6323 AL.isDeclspecAttribute() in ProcessDeclAttribute()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Sema/
H A DParsedAttr.h403 bool isDeclspecAttribute() const { return SyntaxUsed == AS_Declspec; } in isDeclspecAttribute() function
/freebsd-12.1/contrib/llvm/tools/clang/lib/Parse/
H A DParseDecl.cpp1643 AL.isDeclspecAttribute()) || in stripTypeAttributesOffDeclSpec()