Searched refs:kind_class (Results 1 – 11 of 11) sorted by relevance
40 kind_class = 0x4000, enumerator
855 return PropertyAttributes & ObjCPropertyAttribute::kind_class; in isClassProperty()
298 if (Attributes & ObjCPropertyAttribute::kind_class) in makePropertyAttributesAsWritten()299 attributesAsWritten |= ObjCPropertyAttribute::kind_class; in makePropertyAttributesAsWritten()424 (AttributesAsWritten & ObjCPropertyAttribute::kind_class) || in HandlePropertyInClassExtension()425 (Attributes & ObjCPropertyAttribute::kind_class); in HandlePropertyInClassExtension()606 (AttributesAsWritten & ObjCPropertyAttribute::kind_class) || in CreatePropertyDecl()607 (Attributes & ObjCPropertyAttribute::kind_class); in CreatePropertyDecl()688 if (Attributes & ObjCPropertyAttribute::kind_class) in CreatePropertyDecl()689 PDecl->setPropertyAttributes(ObjCPropertyAttribute::kind_class); in CreatePropertyDecl()
1006 ObjCPropertyAttribute::kind_class) == 0; in ProcessAPINotes()
1401 if (Property->getPropertyAttributes() & ObjCPropertyAttribute::kind_class) in recordObjCProperties()
1484 RenderAttribute(ObjCPropertyAttribute::kind_class, "class"); in getFragmentsForObjCProperty()
1604 if (PDecl->getPropertyAttributes() & ObjCPropertyAttribute::kind_class) { in VisitObjCPropertyDecl()
1211 attributeOnlyIfTrue("class", Attrs & ObjCPropertyAttribute::kind_class); in VisitObjCPropertyDecl()
2830 if (Attrs & ObjCPropertyAttribute::kind_class) in VisitObjCPropertyDecl()
8079 if (property_attributes & ObjCPropertyAttribute::kind_class) in AddObjCClassProperty()8080 property_decl->setPropertyAttributes(ObjCPropertyAttribute::kind_class); in AddObjCClassProperty()8083 (property_attributes & ObjCPropertyAttribute::kind_class) == 0; in AddObjCClassProperty()
1015 DS.setPropertyAttributes(ObjCPropertyAttribute::kind_class); in ParseObjCPropertyAttribute()