Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaObjCProperty.cpp2641 QualType PropertyTy = PropertyDecl->getType(); in CheckObjCPropertyAttributes() local
2648 !PropertyTy->isObjCRetainableType() && in CheckObjCPropertyAttributes()
2666 PropertyTy->isObjCRetainableType() && in CheckObjCPropertyAttributes()
2667 !PropertyTy->isObjCARCImplicitlyUnretainedType()) { in CheckObjCPropertyAttributes()
2748 if (auto nullability = PropertyTy->getNullability()) { in CheckObjCPropertyAttributes()
2764 if (!getOwnershipRule(Attributes) && PropertyTy->isObjCRetainableType()) { in CheckObjCPropertyAttributes()
2771 } else if (PropertyTy->isObjCObjectPointerType()) { in CheckObjCPropertyAttributes()
2772 bool isAnyClassTy = (PropertyTy->isObjCClassType() || in CheckObjCPropertyAttributes()
2773 PropertyTy->isObjCQualifiedClassType()); in CheckObjCPropertyAttributes()
2798 PropertyTy->isBlockPointerType()) in CheckObjCPropertyAttributes()
[all …]
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGObjCMac.cpp199 llvm::StructType *PropertyTy; member in __anonb5e682970111::ObjCCommonTypesHelper
3179 CGM.getDataLayout().getTypeAllocSize(ObjCTypes.PropertyTy); in EmitPropertyList()
3185 auto propertiesArray = values.beginArray(ObjCTypes.PropertyTy); in EmitPropertyList()
3187 auto property = propertiesArray.beginStruct(ObjCTypes.PropertyTy); in EmitPropertyList()
5683 PropertyTy = llvm::StructType::create("struct._prop_t", Int8PtrTy, Int8PtrTy); in ObjCCommonTypesHelper()
5691 "struct._prop_list_t", IntTy, IntTy, llvm::ArrayType::get(PropertyTy, 0)); in ObjCCommonTypesHelper()