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

/external/clang/lib/Sema/
H A DSemaDeclAttr.cpp5535 /// checkUnusedDeclAttributes - Check a list of attributes to see if it
5537 static void checkUnusedDeclAttributes(Sema &S, const AttributeList *A) { function
5553 /// checkUnusedDeclAttributes - Given a declarator which is not being
5556 void Sema::checkUnusedDeclAttributes(Declarator &D) { function in class:Sema
5557 ::checkUnusedDeclAttributes(*this, D.getDeclSpec().getAttributes().getList());
5558 ::checkUnusedDeclAttributes(*this, D.getAttributes());
5560 ::checkUnusedDeclAttributes(*this, D.getTypeObject(i).getAttrs());
H A DSemaType.cpp4929 checkUnusedDeclAttributes(D);
H A DSemaExpr.cpp5654 checkUnusedDeclAttributes(D);
/external/clang/include/clang/Sema/
H A DSema.h2931 void checkUnusedDeclAttributes(Declarator &D);

Completed in 150 milliseconds