Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaDeclAttr.cpp5537 static void checkUnusedDeclAttributes(Sema &S, const AttributeList *A) { in checkUnusedDeclAttributes() function
5556 void Sema::checkUnusedDeclAttributes(Declarator &D) { in checkUnusedDeclAttributes() function in Sema
5557 ::checkUnusedDeclAttributes(*this, D.getDeclSpec().getAttributes().getList()); in checkUnusedDeclAttributes()
5558 ::checkUnusedDeclAttributes(*this, D.getAttributes()); in checkUnusedDeclAttributes()
5560 ::checkUnusedDeclAttributes(*this, D.getTypeObject(i).getAttrs()); in checkUnusedDeclAttributes()
DSemaType.cpp4929 checkUnusedDeclAttributes(D); in ActOnTypeName()
DSemaExpr.cpp5654 checkUnusedDeclAttributes(D); in ActOnCastExpr()
/external/clang/include/clang/Sema/
DSema.h2931 void checkUnusedDeclAttributes(Declarator &D);