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

/external/clang/lib/Sema/
H A DSemaDeclAttr.cpp5054 /// checkUnusedDeclAttributes - Check a list of attributes to see if it
5056 static void checkUnusedDeclAttributes(Sema &S, const AttributeList *A) { function
5072 /// checkUnusedDeclAttributes - Given a declarator which is not being
5075 void Sema::checkUnusedDeclAttributes(Declarator &D) { function in class:Sema
5076 ::checkUnusedDeclAttributes(*this, D.getDeclSpec().getAttributes().getList());
5077 ::checkUnusedDeclAttributes(*this, D.getAttributes());
5079 ::checkUnusedDeclAttributes(*this, D.getTypeObject(i).getAttrs());

Completed in 81 milliseconds