Home
last modified time | relevance | path

Searched refs:PropertyTy (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaObjCProperty.cpp2654 QualType PropertyTy = PropertyDecl->getType(); in CheckObjCPropertyAttributes() local
2661 !PropertyTy->isObjCRetainableType() && in CheckObjCPropertyAttributes()
2679 PropertyTy->isObjCRetainableType() && in CheckObjCPropertyAttributes()
2680 !PropertyTy->isObjCARCImplicitlyUnretainedType()) { in CheckObjCPropertyAttributes()
2761 if (auto nullability = PropertyTy->getNullability(Context)) { in CheckObjCPropertyAttributes()
2777 if (!getOwnershipRule(Attributes) && PropertyTy->isObjCRetainableType()) { in CheckObjCPropertyAttributes()
2784 } else if (PropertyTy->isObjCObjectPointerType()) { in CheckObjCPropertyAttributes()
2785 bool isAnyClassTy = (PropertyTy->isObjCClassType() || in CheckObjCPropertyAttributes()
2786 PropertyTy->isObjCQualifiedClassType()); in CheckObjCPropertyAttributes()
2813 PropertyTy->isBlockPointerType()) in CheckObjCPropertyAttributes()
[all …]
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGObjCMac.cpp219 llvm::StructType *PropertyTy; member in __anon0cc8f9a20111::ObjCCommonTypesHelper
3339 CGM.getDataLayout().getTypeAllocSize(ObjCTypes.PropertyTy); in EmitPropertyList()
3345 auto propertiesArray = values.beginArray(ObjCTypes.PropertyTy); in EmitPropertyList()
3347 auto property = propertiesArray.beginStruct(ObjCTypes.PropertyTy); in EmitPropertyList()
5850 PropertyTy = llvm::StructType::create("struct._prop_t", Int8PtrTy, Int8PtrTy); in ObjCCommonTypesHelper()
5858 "struct._prop_list_t", IntTy, IntTy, llvm::ArrayType::get(PropertyTy, 0)); in ObjCCommonTypesHelper()