Searched refs:checkUnusedDeclAttributes (Results 1 – 4 of 4) sorted by relevance
9208 static void checkUnusedDeclAttributes(Sema &S, const ParsedAttributesView &A) { in checkUnusedDeclAttributes() function9229 void Sema::checkUnusedDeclAttributes(Declarator &D) { in checkUnusedDeclAttributes() function in Sema9230 ::checkUnusedDeclAttributes(*this, D.getDeclarationAttributes()); in checkUnusedDeclAttributes()9231 ::checkUnusedDeclAttributes(*this, D.getDeclSpec().getAttributes()); in checkUnusedDeclAttributes()9232 ::checkUnusedDeclAttributes(*this, D.getAttributes()); in checkUnusedDeclAttributes()9234 ::checkUnusedDeclAttributes(*this, D.getTypeObject(i).getAttrs()); in checkUnusedDeclAttributes()
6518 checkUnusedDeclAttributes(D); in ActOnTypeName()
7948 checkUnusedDeclAttributes(D); in ActOnCastExpr()
4550 void checkUnusedDeclAttributes(Declarator &D);