reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
171 ObjCPropertyDecl::PropertyAttributeKind propAttrs = getPropertyAttrs(props); 181 return doPropAction(PropAction_RetainReplacedWithStrong, props, atLoc); 184 bool HasIvarAssignedAPlusOneObject = hasIvarAssignedAPlusOneObject(props); 188 return doPropAction(PropAction_AssignRemoved, props, atLoc); 189 return doPropAction(PropAction_AssignRewritten, props, atLoc); 193 (Pass.isGCMigration() && !hasGCWeak(props, atLoc))) 196 return doPropAction(PropAction_MaybeAddWeakOrUnsafe, props, atLoc);