Searched refs:checkUnusedDeclAttributes (Results 1 – 4 of 4) sorted by relevance
9966 static void checkUnusedDeclAttributes(Sema &S, const ParsedAttributesView &A) { in checkUnusedDeclAttributes() function9987 void Sema::checkUnusedDeclAttributes(Declarator &D) { in checkUnusedDeclAttributes() function in Sema9988 ::checkUnusedDeclAttributes(*this, D.getDeclarationAttributes()); in checkUnusedDeclAttributes()9989 ::checkUnusedDeclAttributes(*this, D.getDeclSpec().getAttributes()); in checkUnusedDeclAttributes()9990 ::checkUnusedDeclAttributes(*this, D.getAttributes()); in checkUnusedDeclAttributes()9992 ::checkUnusedDeclAttributes(*this, D.getTypeObject(i).getAttrs()); in checkUnusedDeclAttributes()
6770 checkUnusedDeclAttributes(D); in ActOnTypeName()
8530 checkUnusedDeclAttributes(D); in ActOnCastExpr()
4761 void checkUnusedDeclAttributes(Declarator &D);