Searched refs:PropertyTy (Results 1 – 2 of 2) sorted by relevance
2130 QualType PropertyTy = PropertyDecl->getType(); in CheckObjCPropertyAttributes() local2137 PropertyTy->isObjCRetainableType() && in CheckObjCPropertyAttributes()2144 !PropertyTy->isObjCRetainableType() && in CheckObjCPropertyAttributes()2244 PropertyTy->isObjCObjectPointerType()) { in CheckObjCPropertyAttributes()2251 (PropertyTy->isObjCClassType() || in CheckObjCPropertyAttributes()2252 PropertyTy->isObjCQualifiedClassType()); in CheckObjCPropertyAttributes()2279 && PropertyTy->isBlockPointerType()) in CheckObjCPropertyAttributes()2284 PropertyTy->isBlockPointerType()) in CheckObjCPropertyAttributes()
219 llvm::StructType *PropertyTy; member in __anon0ea151f90111::ObjCCommonTypesHelper2760 Properties.push_back(llvm::ConstantStruct::get(ObjCTypes.PropertyTy, Prop)); in PushProtocolProperties()2788 Properties.push_back(llvm::ConstantStruct::get(ObjCTypes.PropertyTy, in EmitPropertyList()2805 CGM.getDataLayout().getTypeAllocSize(ObjCTypes.PropertyTy); in EmitPropertyList()2809 llvm::ArrayType *AT = llvm::ArrayType::get(ObjCTypes.PropertyTy, in EmitPropertyList()5028 PropertyTy = llvm::StructType::create("struct._prop_t", in ObjCCommonTypesHelper()5038 llvm::ArrayType::get(PropertyTy, 0), nullptr); in ObjCCommonTypesHelper()