Lines Matching refs:getPropertyAttributes

1496   if (PDecl->getPropertyAttributes() != ObjCPropertyAttribute::kind_noattr) {  in VisitObjCPropertyDecl()
1499 if (PDecl->getPropertyAttributes() & ObjCPropertyAttribute::kind_class) { in VisitObjCPropertyDecl()
1504 if (PDecl->getPropertyAttributes() & ObjCPropertyAttribute::kind_direct) { in VisitObjCPropertyDecl()
1509 if (PDecl->getPropertyAttributes() & in VisitObjCPropertyDecl()
1514 if (PDecl->getPropertyAttributes() & ObjCPropertyAttribute::kind_atomic) { in VisitObjCPropertyDecl()
1519 if (PDecl->getPropertyAttributes() & ObjCPropertyAttribute::kind_assign) { in VisitObjCPropertyDecl()
1523 if (PDecl->getPropertyAttributes() & ObjCPropertyAttribute::kind_retain) { in VisitObjCPropertyDecl()
1528 if (PDecl->getPropertyAttributes() & ObjCPropertyAttribute::kind_strong) { in VisitObjCPropertyDecl()
1532 if (PDecl->getPropertyAttributes() & ObjCPropertyAttribute::kind_copy) { in VisitObjCPropertyDecl()
1536 if (PDecl->getPropertyAttributes() & ObjCPropertyAttribute::kind_weak) { in VisitObjCPropertyDecl()
1540 if (PDecl->getPropertyAttributes() & in VisitObjCPropertyDecl()
1546 if (PDecl->getPropertyAttributes() & in VisitObjCPropertyDecl()
1551 if (PDecl->getPropertyAttributes() & ObjCPropertyAttribute::kind_readonly) { in VisitObjCPropertyDecl()
1556 if (PDecl->getPropertyAttributes() & ObjCPropertyAttribute::kind_getter) { in VisitObjCPropertyDecl()
1561 if (PDecl->getPropertyAttributes() & ObjCPropertyAttribute::kind_setter) { in VisitObjCPropertyDecl()
1567 if (PDecl->getPropertyAttributes() & in VisitObjCPropertyDecl()
1571 (PDecl->getPropertyAttributes() & in VisitObjCPropertyDecl()