Searched refs:PropertyTy (Results 1 – 2 of 2) sorted by relevance
2292 QualType PropertyTy = PropertyDecl->getType(); in CheckObjCPropertyAttributes() local2297 !PropertyTy->isObjCRetainableType() && in CheckObjCPropertyAttributes()2386 if (auto nullability = PropertyTy->getNullability(Context)) { in CheckObjCPropertyAttributes()2402 if (!getOwnershipRule(Attributes) && PropertyTy->isObjCRetainableType()) { in CheckObjCPropertyAttributes()2409 } else if (PropertyTy->isObjCObjectPointerType()) { in CheckObjCPropertyAttributes()2411 (PropertyTy->isObjCClassType() || in CheckObjCPropertyAttributes()2412 PropertyTy->isObjCQualifiedClassType()); in CheckObjCPropertyAttributes()2439 && PropertyTy->isBlockPointerType()) in CheckObjCPropertyAttributes()2444 PropertyTy->isBlockPointerType()) in CheckObjCPropertyAttributes()
219 llvm::StructType *PropertyTy; member in __anon58745e7a0111::ObjCCommonTypesHelper2891 Properties.push_back(llvm::ConstantStruct::get(ObjCTypes.PropertyTy, Prop)); in PushProtocolProperties()2917 Properties.push_back(llvm::ConstantStruct::get(ObjCTypes.PropertyTy, Prop)); in EmitPropertyList()2947 CGM.getDataLayout().getTypeAllocSize(ObjCTypes.PropertyTy); in EmitPropertyList()2951 llvm::ArrayType *AT = llvm::ArrayType::get(ObjCTypes.PropertyTy, in EmitPropertyList()5204 PropertyTy = llvm::StructType::create("struct._prop_t", in ObjCCommonTypesHelper()5214 llvm::ArrayType::get(PropertyTy, 0), nullptr); in ObjCCommonTypesHelper()