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.cpp2632 QualType PropertyTy = PropertyDecl->getType(); in CheckObjCPropertyAttributes() local
2639 !PropertyTy->isObjCRetainableType() && in CheckObjCPropertyAttributes()
2657 PropertyTy->isObjCRetainableType() && in CheckObjCPropertyAttributes()
2658 !PropertyTy->isObjCARCImplicitlyUnretainedType()) { in CheckObjCPropertyAttributes()
2739 if (auto nullability = PropertyTy->getNullability()) { in CheckObjCPropertyAttributes()
2755 if (!getOwnershipRule(Attributes) && PropertyTy->isObjCRetainableType()) { in CheckObjCPropertyAttributes()
2762 } else if (PropertyTy->isObjCObjectPointerType()) { in CheckObjCPropertyAttributes()
2763 bool isAnyClassTy = (PropertyTy->isObjCClassType() || in CheckObjCPropertyAttributes()
2764 PropertyTy->isObjCQualifiedClassType()); in CheckObjCPropertyAttributes()
2789 PropertyTy->isBlockPointerType()) in CheckObjCPropertyAttributes()
[all …]
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGObjCMac.cpp220 llvm::StructType *PropertyTy; member in __anonb5e682970111::ObjCCommonTypesHelper
3277 CGM.getDataLayout().getTypeAllocSize(ObjCTypes.PropertyTy); in EmitPropertyList()
3283 auto propertiesArray = values.beginArray(ObjCTypes.PropertyTy); in EmitPropertyList()
3285 auto property = propertiesArray.beginStruct(ObjCTypes.PropertyTy); in EmitPropertyList()
5774 PropertyTy = llvm::StructType::create("struct._prop_t", Int8PtrTy, Int8PtrTy); in ObjCCommonTypesHelper()
5782 "struct._prop_list_t", IntTy, IntTy, llvm::ArrayType::get(PropertyTy, 0)); in ObjCCommonTypesHelper()