Lines Matching refs:AttributeList
1498 for (AttributeList *Attr = Attributes.getList(); Attr; in ActOnBaseSpecifier()
1501 Attr->getKind() == AttributeList::IgnoredAttribute) in ActOnBaseSpecifier()
1504 Attr->getKind() == AttributeList::UnknownAttribute in ActOnBaseSpecifier()
1861 AttributeList *Attrs) { in ActOnAccessSpecifier()
1989 static AttributeList *getMSPropertyAttr(AttributeList *list) { in getMSPropertyAttr()
1990 for (AttributeList *it = list; it != nullptr; it = it->getNext()) in getMSPropertyAttr()
2181 AttributeList *MSPropertyAttr = in ActOnCXXMemberDeclarator()
6421 AttributeList *AttrList) { in ActOnFinishCXXMemberSpecification()
6427 for (const AttributeList* l = AttrList; l; l = l->getNext()) { in ActOnFinishCXXMemberSpecification()
6428 if (l->getKind() != AttributeList::AT_Visibility) in ActOnFinishCXXMemberSpecification()
7173 AttributeList *AttrList, in ActOnStartNamespaceDef()
7544 AttributeList *AttrList) { in ActOnUsingDirective()
7644 AttributeList *AttrList, in ActOnUsingDeclaration()
8038 AttributeList *AttrList, in BuildUsingDeclaration()
8505 AttributeList *AttrList, in ActOnAliasDeclaration()
11935 AttributeList *AttrList, in ActOnEmptyDeclaration()
12257 AttributeList *Attr, in ActOnTemplatedFriendTag()
13732 AttributeList *MSPropertyAttr) { in HandleMSProperty()
13791 const AttributeList::PropertyData &Data = MSPropertyAttr->getPropertyData(); in HandleMSProperty()