Searched refs:kind_direct (Results 1 – 8 of 8) sorted by relevance
41 kind_direct = 0x8000, enumerator
300 if (Attributes & ObjCPropertyAttribute::kind_direct) in makePropertyAttributesAsWritten()301 attributesAsWritten |= ObjCPropertyAttribute::kind_direct; in makePropertyAttributesAsWritten()691 if ((Attributes & ObjCPropertyAttribute::kind_direct) || in CreatePropertyDecl()696 PDecl->setPropertyAttributes(ObjCPropertyAttribute::kind_direct); in CreatePropertyDecl()
1485 RenderAttribute(ObjCPropertyAttribute::kind_direct, "direct"); in getFragmentsForObjCProperty()
1609 if (PDecl->getPropertyAttributes() & ObjCPropertyAttribute::kind_direct) { in VisitObjCPropertyDecl()
2376 return (PropertyAttributes & ObjCPropertyAttribute::kind_direct) && in isDirectProperty()
1212 attributeOnlyIfTrue("direct", Attrs & ObjCPropertyAttribute::kind_direct); in VisitObjCPropertyDecl()
2832 if (Attrs & ObjCPropertyAttribute::kind_direct) in VisitObjCPropertyDecl()
1017 DS.setPropertyAttributes(ObjCPropertyAttribute::kind_direct); in ParseObjCPropertyAttribute()