HomeSort by: relevance | last modified time | path
    Searched defs:checkUnusedDeclAttributes (Results 1 - 1 of 1) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaDeclAttr.cpp 8420 /// checkUnusedDeclAttributes - Check a list of attributes to see if it
8422 static void checkUnusedDeclAttributes(Sema &S, const ParsedAttributesView &A) {
8440 /// checkUnusedDeclAttributes - Given a declarator which is not being
8443 void Sema::checkUnusedDeclAttributes(Declarator &D) {
8444 ::checkUnusedDeclAttributes(*this, D.getDeclSpec().getAttributes());
8445 ::checkUnusedDeclAttributes(*this, D.getAttributes());
8447 ::checkUnusedDeclAttributes(*this, D.getTypeObject(i).getAttrs());

Completed in 57 milliseconds