Searched refs:kind_class (Results 1 – 8 of 8) sorted by relevance
40 kind_class = 0x4000, enumerator
873 return PropertyAttributes & ObjCPropertyAttribute::kind_class; in isClassProperty()
305 if (Attributes & ObjCPropertyAttribute::kind_class) in makePropertyAttributesAsWritten()306 attributesAsWritten |= ObjCPropertyAttribute::kind_class; in makePropertyAttributesAsWritten()440 (AttributesAsWritten & ObjCPropertyAttribute::kind_class) || in HandlePropertyInClassExtension()441 (Attributes & ObjCPropertyAttribute::kind_class); in HandlePropertyInClassExtension()628 (AttributesAsWritten & ObjCPropertyAttribute::kind_class) || in CreatePropertyDecl()629 (Attributes & ObjCPropertyAttribute::kind_class); in CreatePropertyDecl()710 if (Attributes & ObjCPropertyAttribute::kind_class) in CreatePropertyDecl()711 PDecl->setPropertyAttributes(ObjCPropertyAttribute::kind_class); in CreatePropertyDecl()
1452 if (PDecl->getPropertyAttributes() & ObjCPropertyAttribute::kind_class) { in VisitObjCPropertyDecl()
1035 attributeOnlyIfTrue("class", Attrs & ObjCPropertyAttribute::kind_class); in VisitObjCPropertyDecl()
2253 if (Attrs & ObjCPropertyAttribute::kind_class) in VisitObjCPropertyDecl()
7740 if (property_attributes & ObjCPropertyAttribute::kind_class) in AddObjCClassProperty()7741 property_decl->setPropertyAttributes(ObjCPropertyAttribute::kind_class); in AddObjCClassProperty()7744 (property_attributes & ObjCPropertyAttribute::kind_class) == 0; in AddObjCClassProperty()
958 DS.setPropertyAttributes(ObjCPropertyAttribute::kind_class); in ParseObjCPropertyAttribute()