Searched refs:kind_direct (Results 1 – 7 of 7) sorted by relevance
41 kind_direct = 0x8000, enumerator
300 if (Attributes & ObjCPropertyAttribute::kind_direct) in makePropertyAttributesAsWritten()301 attributesAsWritten |= ObjCPropertyAttribute::kind_direct; in makePropertyAttributesAsWritten()706 if ((Attributes & ObjCPropertyAttribute::kind_direct) || in CreatePropertyDecl()711 PDecl->setPropertyAttributes(ObjCPropertyAttribute::kind_direct); in CreatePropertyDecl()
1508 if (PDecl->getPropertyAttributes() & ObjCPropertyAttribute::kind_direct) { in VisitObjCPropertyDecl()
1115 attributeOnlyIfTrue("direct", Attrs & ObjCPropertyAttribute::kind_direct); in VisitObjCPropertyDecl()
2393 return (PropertyAttributes & ObjCPropertyAttribute::kind_direct) && in isDirectProperty()
2371 if (Attrs & ObjCPropertyAttribute::kind_direct) in VisitObjCPropertyDecl()
999 DS.setPropertyAttributes(ObjCPropertyAttribute::kind_direct); in ParseObjCPropertyAttribute()