Searched refs:checkUnusedDeclAttributes (Results 1 – 4 of 4) sorted by relevance
5537 static void checkUnusedDeclAttributes(Sema &S, const AttributeList *A) { in checkUnusedDeclAttributes() function5556 void Sema::checkUnusedDeclAttributes(Declarator &D) { in checkUnusedDeclAttributes() function in Sema5557 ::checkUnusedDeclAttributes(*this, D.getDeclSpec().getAttributes().getList()); in checkUnusedDeclAttributes()5558 ::checkUnusedDeclAttributes(*this, D.getAttributes()); in checkUnusedDeclAttributes()5560 ::checkUnusedDeclAttributes(*this, D.getTypeObject(i).getAttrs()); in checkUnusedDeclAttributes()
4929 checkUnusedDeclAttributes(D); in ActOnTypeName()
5654 checkUnusedDeclAttributes(D); in ActOnCastExpr()
2931 void checkUnusedDeclAttributes(Declarator &D);