Home
last modified time | relevance | path

Searched refs:checkUnusedDeclAttributes (Results 1 – 4 of 4) sorted by relevance

/external/clang/lib/Sema/
DSemaDeclAttr.cpp5988 static void checkUnusedDeclAttributes(Sema &S, const AttributeList *A) { in checkUnusedDeclAttributes() function
6007 void Sema::checkUnusedDeclAttributes(Declarator &D) { in checkUnusedDeclAttributes() function in Sema
6008 ::checkUnusedDeclAttributes(*this, D.getDeclSpec().getAttributes().getList()); in checkUnusedDeclAttributes()
6009 ::checkUnusedDeclAttributes(*this, D.getAttributes()); in checkUnusedDeclAttributes()
6011 ::checkUnusedDeclAttributes(*this, D.getTypeObject(i).getAttrs()); in checkUnusedDeclAttributes()
DSemaType.cpp5231 checkUnusedDeclAttributes(D); in ActOnTypeName()
DSemaExpr.cpp5957 checkUnusedDeclAttributes(D); in ActOnCastExpr()
/external/clang/include/clang/Sema/
DSema.h3005 void checkUnusedDeclAttributes(Declarator &D);