Searched refs:kind_direct (Results 1 – 7 of 7) sorted by relevance
41 kind_direct = 0x8000, enumerator
876 return PropertyAttributes & ObjCPropertyAttribute::kind_direct; in isDirectProperty()
307 if (Attributes & ObjCPropertyAttribute::kind_direct) in makePropertyAttributesAsWritten()308 attributesAsWritten |= ObjCPropertyAttribute::kind_direct; in makePropertyAttributesAsWritten()713 if ((Attributes & ObjCPropertyAttribute::kind_direct) || in CreatePropertyDecl()718 PDecl->setPropertyAttributes(ObjCPropertyAttribute::kind_direct); in CreatePropertyDecl()
1457 if (PDecl->getPropertyAttributes() & ObjCPropertyAttribute::kind_direct) { in VisitObjCPropertyDecl()
1036 attributeOnlyIfTrue("direct", Attrs & ObjCPropertyAttribute::kind_direct); in VisitObjCPropertyDecl()
2255 if (Attrs & ObjCPropertyAttribute::kind_direct) in VisitObjCPropertyDecl()
960 DS.setPropertyAttributes(ObjCPropertyAttribute::kind_direct); in ParseObjCPropertyAttribute()