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

/external/clang/lib/Sema/
H A DSemaDeclAttr.cpp4570 /// checkUnusedDeclAttributes - Check a list of attributes to see if it
4572 static void checkUnusedDeclAttributes(Sema &S, const AttributeList *A) { function
4588 /// checkUnusedDeclAttributes - Given a declarator which is not being
4591 void Sema::checkUnusedDeclAttributes(Declarator &D) { function in class:Sema
4592 ::checkUnusedDeclAttributes(*this, D.getDeclSpec().getAttributes().getList());
4593 ::checkUnusedDeclAttributes(*this, D.getAttributes());
4595 ::checkUnusedDeclAttributes(*this, D.getTypeObject(i).getAttrs());
H A DSemaType.cpp3372 checkUnusedDeclAttributes(D);
H A DSemaExpr.cpp4481 checkUnusedDeclAttributes(D);
/external/clang/include/clang/Sema/
H A DSema.h2221 void checkUnusedDeclAttributes(Declarator &D);

Completed in 149 milliseconds