Searched refs:kind_getter (Results 1 – 10 of 10) sorted by relevance
25 kind_getter = 0x02, enumerator
278 if (Attributes & ObjCPropertyAttribute::kind_getter) in makePropertyAttributesAsWritten()279 attributesAsWritten |= ObjCPropertyAttribute::kind_getter; in makePropertyAttributesAsWritten()473 if (AttributesAsWritten & ObjCPropertyAttribute::kind_getter) { in HandlePropertyInClassExtension()481 Attributes |= ObjCPropertyAttribute::kind_getter; in HandlePropertyInClassExtension()653 if (Attributes & ObjCPropertyAttribute::kind_getter) in CreatePropertyDecl()654 PDecl->setPropertyAttributes(ObjCPropertyAttribute::kind_getter); in CreatePropertyDecl()
7396 ObjCPropertyAttribute::kind_getter)) { in CodeCompleteObjCPropertyFlags()
668 RenderAttribute(ObjCPropertyAttribute::kind_getter, "getter", in getFragmentsForObjCProperty()
1560 if (PDecl->getPropertyAttributes() & ObjCPropertyAttribute::kind_getter) { in VisitObjCPropertyDecl()
1096 if (Attrs & ObjCPropertyAttribute::kind_getter) in VisitObjCPropertyDecl()
2373 if (Attrs & ObjCPropertyAttribute::kind_getter) in VisitObjCPropertyDecl()
7899 if (PD->getPropertyAttributes() & ObjCPropertyAttribute::kind_getter) { in getObjCEncodingForPropertyDecl()
962 DS.setPropertyAttributes(ObjCPropertyAttribute::kind_getter); in ParseObjCPropertyAttribute()
8020 property_decl->setPropertyAttributes(ObjCPropertyAttribute::kind_getter); in AddObjCClassProperty()