Home
last modified time | relevance | path

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

/external/llvm-project/clang/include/clang/Basic/
DAttributeCommonInfo.h142 bool isDeclspecAttribute() const { return SyntaxUsed == AS_Declspec; } in isDeclspecAttribute() function
/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/llvm-project/clang/lib/Sema/
DSemaStmtAttr.cpp409 S.Diag(A.getLoc(), A.isDeclspecAttribute() in ProcessStmtAttribute()
DSemaDeclAttr.cpp2013 if (AL.isDeclspecAttribute()) { in handleNakedAttr()
7034 if (AL.isDeclspecAttribute() || AL.isCXX11Attribute()) in handleDeprecatedAttr()
7443 AL.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()
/external/llvm-project/clang/lib/Parse/
DParseDecl.cpp1623 AL.isDeclspecAttribute()) || in stripTypeAttributesOffDeclSpec()