Searched refs:PropertyTy (Results 1 – 2 of 2) sorted by relevance
1586 QualType PropertyTy = PropertyDecl->getType(); in CheckObjCPropertyAttributes() local1614 !PropertyTy->isObjCRetainableType() && in CheckObjCPropertyAttributes()1705 PropertyTy->isObjCObjectPointerType()) { in CheckObjCPropertyAttributes()1723 && PropertyTy->isBlockPointerType()) in CheckObjCPropertyAttributes()
188 llvm::StructType *PropertyTy; member in __anon9fd071bc0111::ObjCCommonTypesHelper1929 Properties.push_back(llvm::ConstantStruct::get(ObjCTypes.PropertyTy, Prop)); in PushProtocolProperties()1957 Properties.push_back(llvm::ConstantStruct::get(ObjCTypes.PropertyTy, in EmitPropertyList()1979 CGM.getTargetData().getTypeAllocSize(ObjCTypes.PropertyTy); in EmitPropertyList()1983 llvm::ArrayType *AT = llvm::ArrayType::get(ObjCTypes.PropertyTy, in EmitPropertyList()4163 PropertyTy = llvm::StructType::createNamed("struct._prop_t", in ObjCCommonTypesHelper()4174 llvm::ArrayType::get(PropertyTy, 0), in ObjCCommonTypesHelper()