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