Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/clang/include/clang/Basic/
DAttributeCommonInfo.h145 bool isDeclspecAttribute() const { return SyntaxUsed == AS_Declspec; } in isDeclspecAttribute() function
/openbsd/src/gnu/llvm/clang/lib/Sema/
DSemaStmtAttr.cpp462 S.Diag(A.getLoc(), A.isDeclspecAttribute() in ProcessStmtAttribute()
DSemaDeclAttr.cpp2153 if (AL.isDeclspecAttribute()) { in handleNakedAttr()
8076 if (AL.isDeclspecAttribute() || AL.isStandardAttributeSyntax()) in handleDeprecatedAttr()
8599 AL.isDeclspecAttribute() in ProcessDeclAttribute()
/openbsd/src/gnu/llvm/clang/lib/Parse/
DParseDecl.cpp1743 AL.isDeclspecAttribute()) || in stripTypeAttributesOffDeclSpec()