Home | History | Annotate | Download | only in Sema

Lines Matching refs:checkUnusedDeclAttributes

5054 /// checkUnusedDeclAttributes - Check a list of attributes to see if it
5056 static void checkUnusedDeclAttributes(Sema &S, const AttributeList *A) {
5072 /// checkUnusedDeclAttributes - Given a declarator which is not being
5075 void Sema::checkUnusedDeclAttributes(Declarator &D) {
5076 ::checkUnusedDeclAttributes(*this, D.getDeclSpec().getAttributes().getList());
5077 ::checkUnusedDeclAttributes(*this, D.getAttributes());
5079 ::checkUnusedDeclAttributes(*this, D.getTypeObject(i).getAttrs());