Searched refs:PropertyTy (Results 1 – 2 of 2) sorted by relevance
2090 QualType PropertyTy = PropertyDecl->getType(); in CheckObjCPropertyAttributes() local2097 PropertyTy->isObjCRetainableType() && in CheckObjCPropertyAttributes()2104 !PropertyTy->isObjCRetainableType() && in CheckObjCPropertyAttributes()2204 PropertyTy->isObjCObjectPointerType()) { in CheckObjCPropertyAttributes()2211 (PropertyTy->isObjCClassType() || in CheckObjCPropertyAttributes()2212 PropertyTy->isObjCQualifiedClassType()); in CheckObjCPropertyAttributes()2239 && PropertyTy->isBlockPointerType()) in CheckObjCPropertyAttributes()2244 PropertyTy->isBlockPointerType()) in CheckObjCPropertyAttributes()
219 llvm::StructType *PropertyTy; member in __anon0203e4d00111::ObjCCommonTypesHelper2783 Properties.push_back(llvm::ConstantStruct::get(ObjCTypes.PropertyTy, Prop)); in PushProtocolProperties()2811 Properties.push_back(llvm::ConstantStruct::get(ObjCTypes.PropertyTy, in EmitPropertyList()2828 CGM.getDataLayout().getTypeAllocSize(ObjCTypes.PropertyTy); in EmitPropertyList()2832 llvm::ArrayType *AT = llvm::ArrayType::get(ObjCTypes.PropertyTy, in EmitPropertyList()5073 PropertyTy = llvm::StructType::create("struct._prop_t", in ObjCCommonTypesHelper()5083 llvm::ArrayType::get(PropertyTy, 0), NULL); in ObjCCommonTypesHelper()