Searched refs:kind_setter (Results 1 – 11 of 11) sorted by relevance
31 kind_setter = 0x80, enumerator
280 if (Attributes & ObjCPropertyAttribute::kind_setter) in makePropertyAttributesAsWritten()281 attributesAsWritten |= ObjCPropertyAttribute::kind_setter; in makePropertyAttributesAsWritten()641 if (Attributes & ObjCPropertyAttribute::kind_setter) in CreatePropertyDecl()642 PDecl->setPropertyAttributes(ObjCPropertyAttribute::kind_setter); in CreatePropertyDecl()2798 (Attributes & ObjCPropertyAttribute::kind_setter)) in CheckObjCPropertyAttributes()
2094 ObjCPropertyAttribute::kind_setter)) in HandleExprPropertyRefExpr()
7545 ObjCPropertyAttribute::kind_setter)) { in CodeCompleteObjCPropertyFlags()
1499 RenderAttribute(ObjCPropertyAttribute::kind_setter, "setter", in getFragmentsForObjCProperty()
1666 if (PDecl->getPropertyAttributes() & ObjCPropertyAttribute::kind_setter) { in VisitObjCPropertyDecl()
1195 if (Attrs & ObjCPropertyAttribute::kind_setter) in VisitObjCPropertyDecl()
2836 if (Attrs & ObjCPropertyAttribute::kind_setter) in VisitObjCPropertyDecl()
8371 if (PD->getPropertyAttributes() & ObjCPropertyAttribute::kind_setter) { in getObjCEncodingForPropertyDecl()
971 DS.setPropertyAttributes(ObjCPropertyAttribute::kind_setter); in ParseObjCPropertyAttribute()
8044 property_decl->setPropertyAttributes(ObjCPropertyAttribute::kind_setter); in AddObjCClassProperty()