Lines Matching refs:PropertyTy
2632 QualType PropertyTy = PropertyDecl->getType(); in CheckObjCPropertyAttributes() local
2639 !PropertyTy->isObjCRetainableType() && in CheckObjCPropertyAttributes()
2657 PropertyTy->isObjCRetainableType() && in CheckObjCPropertyAttributes()
2658 !PropertyTy->isObjCARCImplicitlyUnretainedType()) { in CheckObjCPropertyAttributes()
2739 if (auto nullability = PropertyTy->getNullability()) { in CheckObjCPropertyAttributes()
2755 if (!getOwnershipRule(Attributes) && PropertyTy->isObjCRetainableType()) { in CheckObjCPropertyAttributes()
2762 } else if (PropertyTy->isObjCObjectPointerType()) { in CheckObjCPropertyAttributes()
2763 bool isAnyClassTy = (PropertyTy->isObjCClassType() || in CheckObjCPropertyAttributes()
2764 PropertyTy->isObjCQualifiedClassType()); in CheckObjCPropertyAttributes()
2789 PropertyTy->isBlockPointerType()) in CheckObjCPropertyAttributes()
2794 PropertyTy->isBlockPointerType()) in CheckObjCPropertyAttributes()