Home
last modified time | relevance | path

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

/freebsd-9-stable/contrib/llvm/tools/clang/lib/Sema/
DSemaStmtAttr.cpp52 S.Diag(A.getLoc(), A.isDeclspecAttribute() ? in ProcessStmtAttribute()
DSemaDeclAttr.cpp4937 S.Diag(Attr.getLoc(), Attr.isDeclspecAttribute() ? in ProcessDeclAttribute()
/freebsd-9-stable/contrib/llvm/tools/clang/include/clang/Sema/
DAttributeList.h326 bool isDeclspecAttribute() const { return SyntaxUsed == AS_Declspec; } in isDeclspecAttribute() function