Searched refs:kind_setter (Results 1 – 10 of 10) sorted by relevance
31 kind_setter = 0x80, enumerator
287 if (Attributes & ObjCPropertyAttribute::kind_setter) in makePropertyAttributesAsWritten()288 attributesAsWritten |= ObjCPropertyAttribute::kind_setter; in makePropertyAttributesAsWritten()663 if (Attributes & ObjCPropertyAttribute::kind_setter) in CreatePropertyDecl()664 PDecl->setPropertyAttributes(ObjCPropertyAttribute::kind_setter); in CreatePropertyDecl()2830 (Attributes & ObjCPropertyAttribute::kind_setter)) in CheckObjCPropertyAttributes()
2082 ObjCPropertyAttribute::kind_setter)) in HandleExprPropertyRefExpr()
6684 ObjCPropertyAttribute::kind_setter)) { in CodeCompleteObjCPropertyFlags()
1514 if (PDecl->getPropertyAttributes() & ObjCPropertyAttribute::kind_setter) { in VisitObjCPropertyDecl()
1019 if (Attrs & ObjCPropertyAttribute::kind_setter) in VisitObjCPropertyDecl()
2259 if (Attrs & ObjCPropertyAttribute::kind_setter) in VisitObjCPropertyDecl()
7083 if (PD->getPropertyAttributes() & ObjCPropertyAttribute::kind_setter) { in getObjCEncodingForPropertyDecl()
914 DS.setPropertyAttributes(ObjCPropertyAttribute::kind_setter); in ParseObjCPropertyAttribute()
7706 property_decl->setPropertyAttributes(ObjCPropertyAttribute::kind_setter); in AddObjCClassProperty()