Searched refs:checkUnusedDeclAttributes (Results 1 – 4 of 4) sorted by relevance
8010 static void checkUnusedDeclAttributes(Sema &S, const ParsedAttributesView &A) { in checkUnusedDeclAttributes() function8027 void Sema::checkUnusedDeclAttributes(Declarator &D) { in checkUnusedDeclAttributes() function in Sema8028 ::checkUnusedDeclAttributes(*this, D.getDeclarationAttributes()); in checkUnusedDeclAttributes()8029 ::checkUnusedDeclAttributes(*this, D.getDeclSpec().getAttributes()); in checkUnusedDeclAttributes()8030 ::checkUnusedDeclAttributes(*this, D.getAttributes()); in checkUnusedDeclAttributes()8032 ::checkUnusedDeclAttributes(*this, D.getTypeObject(i).getAttrs()); in checkUnusedDeclAttributes()
6377 checkUnusedDeclAttributes(D); in ActOnTypeName()
7834 checkUnusedDeclAttributes(D); in ActOnCastExpr()
5064 void checkUnusedDeclAttributes(Declarator &D);