Searched refs:PropertyTy (Results 1 – 2 of 2) sorted by relevance
1998 QualType PropertyTy = PropertyDecl->getType(); in CheckObjCPropertyAttributes() local2002 PropertyTy->isObjCRetainableType()) { in CheckObjCPropertyAttributes()2050 !PropertyTy->isObjCRetainableType() && in CheckObjCPropertyAttributes()2148 PropertyTy->isObjCObjectPointerType()) { in CheckObjCPropertyAttributes()2155 (PropertyTy->isObjCClassType() || in CheckObjCPropertyAttributes()2156 PropertyTy->isObjCQualifiedClassType()); in CheckObjCPropertyAttributes()2181 && PropertyTy->isBlockPointerType()) in CheckObjCPropertyAttributes()2186 PropertyTy->isBlockPointerType()) in CheckObjCPropertyAttributes()
216 llvm::StructType *PropertyTy; member in __anonbfb9a2bf0111::ObjCCommonTypesHelper2131 Properties.push_back(llvm::ConstantStruct::get(ObjCTypes.PropertyTy, Prop)); in PushProtocolProperties()2161 Properties.push_back(llvm::ConstantStruct::get(ObjCTypes.PropertyTy, in EmitPropertyList()2183 CGM.getTargetData().getTypeAllocSize(ObjCTypes.PropertyTy); in EmitPropertyList()2187 llvm::ArrayType *AT = llvm::ArrayType::get(ObjCTypes.PropertyTy, in EmitPropertyList()4405 PropertyTy = llvm::StructType::create("struct._prop_t", in ObjCCommonTypesHelper()4415 llvm::ArrayType::get(PropertyTy, 0), NULL); in ObjCCommonTypesHelper()