Home | History | Annotate | Download | only in Sema

Lines Matching refs:Attrs

3190       AttributeList* attrs = DS.getAttributes().getList();
3191 while (attrs) {
3192 Diag(attrs->getLoc(), diag::warn_declspec_attribute_ignored)
3193 << attrs->getName()
3198 attrs = attrs->getNext();
8408 AttributeFactory attrs;
8409 DeclSpec DS(attrs);
8867 ParsedAttributes &Attrs) {
8871 ProcessDeclAttributeList(S, D, Attrs.getList());