Searched refs:checkUnusedDeclAttributes (Results 1 – 4 of 4) sorted by relevance
5988 static void checkUnusedDeclAttributes(Sema &S, const AttributeList *A) { in checkUnusedDeclAttributes() function6007 void Sema::checkUnusedDeclAttributes(Declarator &D) { in checkUnusedDeclAttributes() function in Sema6008 ::checkUnusedDeclAttributes(*this, D.getDeclSpec().getAttributes().getList()); in checkUnusedDeclAttributes()6009 ::checkUnusedDeclAttributes(*this, D.getAttributes()); in checkUnusedDeclAttributes()6011 ::checkUnusedDeclAttributes(*this, D.getTypeObject(i).getAttrs()); in checkUnusedDeclAttributes()
5231 checkUnusedDeclAttributes(D); in ActOnTypeName()
5957 checkUnusedDeclAttributes(D); in ActOnCastExpr()
3005 void checkUnusedDeclAttributes(Declarator &D);