Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaObjCProperty.cpp2130 QualType PropertyTy = PropertyDecl->getType(); in CheckObjCPropertyAttributes() local
2137 PropertyTy->isObjCRetainableType() && in CheckObjCPropertyAttributes()
2144 !PropertyTy->isObjCRetainableType() && in CheckObjCPropertyAttributes()
2244 PropertyTy->isObjCObjectPointerType()) { in CheckObjCPropertyAttributes()
2251 (PropertyTy->isObjCClassType() || in CheckObjCPropertyAttributes()
2252 PropertyTy->isObjCQualifiedClassType()); in CheckObjCPropertyAttributes()
2279 && PropertyTy->isBlockPointerType()) in CheckObjCPropertyAttributes()
2284 PropertyTy->isBlockPointerType()) in CheckObjCPropertyAttributes()
/external/clang/lib/CodeGen/
DCGObjCMac.cpp219 llvm::StructType *PropertyTy; member in __anon0ea151f90111::ObjCCommonTypesHelper
2760 Properties.push_back(llvm::ConstantStruct::get(ObjCTypes.PropertyTy, Prop)); in PushProtocolProperties()
2788 Properties.push_back(llvm::ConstantStruct::get(ObjCTypes.PropertyTy, in EmitPropertyList()
2805 CGM.getDataLayout().getTypeAllocSize(ObjCTypes.PropertyTy); in EmitPropertyList()
2809 llvm::ArrayType *AT = llvm::ArrayType::get(ObjCTypes.PropertyTy, in EmitPropertyList()
5028 PropertyTy = llvm::StructType::create("struct._prop_t", in ObjCCommonTypesHelper()
5038 llvm::ArrayType::get(PropertyTy, 0), nullptr); in ObjCCommonTypesHelper()