Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaStmtAttr.cpp276 S.Diag(A.getLoc(), A.isDeclspecAttribute() ? in ProcessStmtAttribute()
DSemaDeclAttr.cpp5197 if (Attr.isDeclspecAttribute() || Attr.isCXX11Attribute()) in handleDeprecatedAttr()
5367 S.Diag(Attr.getLoc(), Attr.isDeclspecAttribute() in ProcessDeclAttribute()
/external/clang/include/clang/Sema/
DAttributeList.h371 bool isDeclspecAttribute() const { return SyntaxUsed == AS_Declspec; } in isDeclspecAttribute() function
/external/clang/lib/Parse/
DParseDecl.cpp1439 AL->isDeclspecAttribute()) { in handleDeclspecAlignBeforeClassKey()