Searched refs:checkUnusedDeclAttributes (Results 1 – 4 of 4) sorted by relevance
8422 static void checkUnusedDeclAttributes(Sema &S, const ParsedAttributesView &A) { in checkUnusedDeclAttributes() function8443 void Sema::checkUnusedDeclAttributes(Declarator &D) { in checkUnusedDeclAttributes() function in Sema8444 ::checkUnusedDeclAttributes(*this, D.getDeclSpec().getAttributes()); in checkUnusedDeclAttributes()8445 ::checkUnusedDeclAttributes(*this, D.getAttributes()); in checkUnusedDeclAttributes()8447 ::checkUnusedDeclAttributes(*this, D.getTypeObject(i).getAttrs()); in checkUnusedDeclAttributes()
6363 checkUnusedDeclAttributes(D); in ActOnTypeName()
7558 checkUnusedDeclAttributes(D); in ActOnCastExpr()
4266 void checkUnusedDeclAttributes(Declarator &D);