Searched refs:checkUnusedDeclAttributes (Results 1 – 4 of 4) sorted by relevance
7209 static void checkUnusedDeclAttributes(Sema &S, const ParsedAttributesView &A) { in checkUnusedDeclAttributes() function7227 void Sema::checkUnusedDeclAttributes(Declarator &D) { in checkUnusedDeclAttributes() function in Sema7228 ::checkUnusedDeclAttributes(*this, D.getDeclarationAttributes()); in checkUnusedDeclAttributes()7229 ::checkUnusedDeclAttributes(*this, D.getDeclSpec().getAttributes()); in checkUnusedDeclAttributes()7230 ::checkUnusedDeclAttributes(*this, D.getAttributes()); in checkUnusedDeclAttributes()7232 ::checkUnusedDeclAttributes(*this, D.getTypeObject(i).getAttrs()); in checkUnusedDeclAttributes()
6359 checkUnusedDeclAttributes(D); in ActOnTypeName()
7684 checkUnusedDeclAttributes(D); in ActOnCastExpr()
4671 void checkUnusedDeclAttributes(Declarator &D);