Searched refs:AssignCopyRetMask (Results 1 – 1 of 1) sorted by relevance
7415 unsigned AssignCopyRetMask = in ObjCPropertyFlagConflicts() local7421 if (AssignCopyRetMask && in ObjCPropertyFlagConflicts()7422 AssignCopyRetMask != ObjCPropertyAttribute::kind_assign && in ObjCPropertyFlagConflicts()7423 AssignCopyRetMask != ObjCPropertyAttribute::kind_unsafe_unretained && in ObjCPropertyFlagConflicts()7424 AssignCopyRetMask != ObjCPropertyAttribute::kind_copy && in ObjCPropertyFlagConflicts()7425 AssignCopyRetMask != ObjCPropertyAttribute::kind_retain && in ObjCPropertyFlagConflicts()7426 AssignCopyRetMask != ObjCPropertyAttribute::kind_strong && in ObjCPropertyFlagConflicts()7427 AssignCopyRetMask != ObjCPropertyAttribute::kind_weak) in ObjCPropertyFlagConflicts()