Searched refs:checkUnusedDeclAttributes (Results 1 – 4 of 4) sorted by relevance
4956 static void checkUnusedDeclAttributes(Sema &S, const AttributeList *A) { in checkUnusedDeclAttributes() function4975 void Sema::checkUnusedDeclAttributes(Declarator &D) { in checkUnusedDeclAttributes() function in Sema4976 ::checkUnusedDeclAttributes(*this, D.getDeclSpec().getAttributes().getList()); in checkUnusedDeclAttributes()4977 ::checkUnusedDeclAttributes(*this, D.getAttributes()); in checkUnusedDeclAttributes()4979 ::checkUnusedDeclAttributes(*this, D.getTypeObject(i).getAttrs()); in checkUnusedDeclAttributes()
3937 checkUnusedDeclAttributes(D); in ActOnTypeName()
5461 checkUnusedDeclAttributes(D); in ActOnCastExpr()
2726 void checkUnusedDeclAttributes(Declarator &D);