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/
H A DAttributeCommonInfo.h145 bool isDeclspecAttribute() const { return SyntaxUsed == AS_Declspec; } in isDeclspecAttribute() function
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaStmtAttr.cpp462 S.Diag(A.getLoc(), A.isDeclspecAttribute() in ProcessStmtAttribute()
H A 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/
H A DParseDecl.cpp1743 AL.isDeclspecAttribute()) || in stripTypeAttributesOffDeclSpec()