Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaObjCProperty.cpp2377 QualType PropertyTy = PropertyDecl->getType(); in CheckObjCPropertyAttributes() local
2382 !PropertyTy->isObjCRetainableType() && in CheckObjCPropertyAttributes()
2471 if (auto nullability = PropertyTy->getNullability(Context)) { in CheckObjCPropertyAttributes()
2487 if (!getOwnershipRule(Attributes) && PropertyTy->isObjCRetainableType()) { in CheckObjCPropertyAttributes()
2494 } else if (PropertyTy->isObjCObjectPointerType()) { in CheckObjCPropertyAttributes()
2496 (PropertyTy->isObjCClassType() || in CheckObjCPropertyAttributes()
2497 PropertyTy->isObjCQualifiedClassType()); in CheckObjCPropertyAttributes()
2524 && PropertyTy->isBlockPointerType()) in CheckObjCPropertyAttributes()
2529 PropertyTy->isBlockPointerType()) in CheckObjCPropertyAttributes()
/external/clang/lib/CodeGen/
DCGObjCMac.cpp219 llvm::StructType *PropertyTy; member in __anonc21a86420111::ObjCCommonTypesHelper
2925 Properties.push_back(llvm::ConstantStruct::get(ObjCTypes.PropertyTy, Prop)); in PushProtocolProperties()
2961 Properties.push_back(llvm::ConstantStruct::get(ObjCTypes.PropertyTy, Prop)); in EmitPropertyList()
2998 CGM.getDataLayout().getTypeAllocSize(ObjCTypes.PropertyTy); in EmitPropertyList()
3002 llvm::ArrayType *AT = llvm::ArrayType::get(ObjCTypes.PropertyTy, in EmitPropertyList()
5272 PropertyTy = llvm::StructType::create("struct._prop_t", in ObjCCommonTypesHelper()
5282 llvm::ArrayType::get(PropertyTy, 0), nullptr); in ObjCCommonTypesHelper()