Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaDeclAttr.cpp4956 static void checkUnusedDeclAttributes(Sema &S, const AttributeList *A) { in checkUnusedDeclAttributes() function
4975 void Sema::checkUnusedDeclAttributes(Declarator &D) { in checkUnusedDeclAttributes() function in Sema
4976 ::checkUnusedDeclAttributes(*this, D.getDeclSpec().getAttributes().getList()); in checkUnusedDeclAttributes()
4977 ::checkUnusedDeclAttributes(*this, D.getAttributes()); in checkUnusedDeclAttributes()
4979 ::checkUnusedDeclAttributes(*this, D.getTypeObject(i).getAttrs()); in checkUnusedDeclAttributes()
DSemaType.cpp3937 checkUnusedDeclAttributes(D); in ActOnTypeName()
DSemaExpr.cpp5461 checkUnusedDeclAttributes(D); in ActOnCastExpr()
/external/clang/include/clang/Sema/
DSema.h2726 void checkUnusedDeclAttributes(Declarator &D);