Searched defs:checkUnusedDeclAttributes (Results 1 - 1 of 1) sorted by relevance

/external/clang/lib/Sema/
H A DSemaDeclAttr.cpp4587 /// checkUnusedDeclAttributes - Check a list of attributes to see if it
4589 static void checkUnusedDeclAttributes(Sema &S, const AttributeList *A) { function
4605 /// checkUnusedDeclAttributes - Given a declarator which is not being
4608 void Sema::checkUnusedDeclAttributes(Declarator &D) { function in class:Sema
4609 ::checkUnusedDeclAttributes(*this, D.getDeclSpec().getAttributes().getList());
4610 ::checkUnusedDeclAttributes(*this, D.getAttributes());
4612 ::checkUnusedDeclAttributes(*this, D.getTypeObject(i).getAttrs());

Completed in 126 milliseconds