Lines Matching refs:ObjCPropertyAttribute
1483 if (PDecl->getPropertyAttributes() != ObjCPropertyAttribute::kind_noattr) {
1486 if (PDecl->getPropertyAttributes() & ObjCPropertyAttribute::kind_class) {
1491 if (PDecl->getPropertyAttributes() & ObjCPropertyAttribute::kind_direct) {
1497 ObjCPropertyAttribute::kind_nonatomic) {
1501 if (PDecl->getPropertyAttributes() & ObjCPropertyAttribute::kind_atomic) {
1506 if (PDecl->getPropertyAttributes() & ObjCPropertyAttribute::kind_assign) {
1510 if (PDecl->getPropertyAttributes() & ObjCPropertyAttribute::kind_retain) {
1515 if (PDecl->getPropertyAttributes() & ObjCPropertyAttribute::kind_strong) {
1519 if (PDecl->getPropertyAttributes() & ObjCPropertyAttribute::kind_copy) {
1523 if (PDecl->getPropertyAttributes() & ObjCPropertyAttribute::kind_weak) {
1528 ObjCPropertyAttribute::kind_unsafe_unretained) {
1534 ObjCPropertyAttribute::kind_readwrite) {
1538 if (PDecl->getPropertyAttributes() & ObjCPropertyAttribute::kind_readonly) {
1543 if (PDecl->getPropertyAttributes() & ObjCPropertyAttribute::kind_getter) {
1548 if (PDecl->getPropertyAttributes() & ObjCPropertyAttribute::kind_setter) {
1555 ObjCPropertyAttribute::kind_nullability) {
1559 ObjCPropertyAttribute::kind_null_resettable)) {