Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaObjCProperty.cpp2090 QualType PropertyTy = PropertyDecl->getType(); in CheckObjCPropertyAttributes() local
2097 PropertyTy->isObjCRetainableType() && in CheckObjCPropertyAttributes()
2104 !PropertyTy->isObjCRetainableType() && in CheckObjCPropertyAttributes()
2204 PropertyTy->isObjCObjectPointerType()) { in CheckObjCPropertyAttributes()
2211 (PropertyTy->isObjCClassType() || in CheckObjCPropertyAttributes()
2212 PropertyTy->isObjCQualifiedClassType()); in CheckObjCPropertyAttributes()
2239 && PropertyTy->isBlockPointerType()) in CheckObjCPropertyAttributes()
2244 PropertyTy->isBlockPointerType()) in CheckObjCPropertyAttributes()
/external/clang/lib/CodeGen/
DCGObjCMac.cpp219 llvm::StructType *PropertyTy; member in __anon0203e4d00111::ObjCCommonTypesHelper
2783 Properties.push_back(llvm::ConstantStruct::get(ObjCTypes.PropertyTy, Prop)); in PushProtocolProperties()
2811 Properties.push_back(llvm::ConstantStruct::get(ObjCTypes.PropertyTy, in EmitPropertyList()
2828 CGM.getDataLayout().getTypeAllocSize(ObjCTypes.PropertyTy); in EmitPropertyList()
2832 llvm::ArrayType *AT = llvm::ArrayType::get(ObjCTypes.PropertyTy, in EmitPropertyList()
5073 PropertyTy = llvm::StructType::create("struct._prop_t", in ObjCCommonTypesHelper()
5083 llvm::ArrayType::get(PropertyTy, 0), NULL); in ObjCCommonTypesHelper()