Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/
H A DAttributeCommonInfo.h142 bool isDeclspecAttribute() const { return SyntaxUsed == AS_Declspec; } in isDeclspecAttribute() function
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaStmtAttr.cpp400 S.Diag(A.getLoc(), A.isDeclspecAttribute() in ProcessStmtAttribute()
H A DSemaDeclAttr.cpp2034 if (AL.isDeclspecAttribute()) { in handleNakedAttr()
7261 if (AL.isDeclspecAttribute() || AL.isCXX11Attribute()) in handleDeprecatedAttr()
7696 AL.isDeclspecAttribute() in ProcessDeclAttribute()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Parse/
H A DParseDecl.cpp1670 AL.isDeclspecAttribute()) || in stripTypeAttributesOffDeclSpec()