Searched refs:checkUnusedDeclAttributes (Results 1 – 8 of 8) 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()
8218 static void checkUnusedDeclAttributes(Sema &S, const ParsedAttributesView &A) { in checkUnusedDeclAttributes() function8239 void Sema::checkUnusedDeclAttributes(Declarator &D) { in checkUnusedDeclAttributes() function in Sema8240 ::checkUnusedDeclAttributes(*this, D.getDeclSpec().getAttributes()); in checkUnusedDeclAttributes()8241 ::checkUnusedDeclAttributes(*this, D.getAttributes()); in checkUnusedDeclAttributes()8243 ::checkUnusedDeclAttributes(*this, D.getTypeObject(i).getAttrs()); in checkUnusedDeclAttributes()
6309 checkUnusedDeclAttributes(D); in ActOnTypeName()
7458 checkUnusedDeclAttributes(D); in ActOnCastExpr()
3005 void checkUnusedDeclAttributes(Declarator &D);
4135 void checkUnusedDeclAttributes(Declarator &D);