Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaObjCProperty.cpp1586 QualType PropertyTy = PropertyDecl->getType(); in CheckObjCPropertyAttributes() local
1614 !PropertyTy->isObjCRetainableType() && in CheckObjCPropertyAttributes()
1705 PropertyTy->isObjCObjectPointerType()) { in CheckObjCPropertyAttributes()
1723 && PropertyTy->isBlockPointerType()) in CheckObjCPropertyAttributes()
/external/clang/lib/CodeGen/
DCGObjCMac.cpp188 llvm::StructType *PropertyTy; member in __anon9fd071bc0111::ObjCCommonTypesHelper
1929 Properties.push_back(llvm::ConstantStruct::get(ObjCTypes.PropertyTy, Prop)); in PushProtocolProperties()
1957 Properties.push_back(llvm::ConstantStruct::get(ObjCTypes.PropertyTy, in EmitPropertyList()
1979 CGM.getTargetData().getTypeAllocSize(ObjCTypes.PropertyTy); in EmitPropertyList()
1983 llvm::ArrayType *AT = llvm::ArrayType::get(ObjCTypes.PropertyTy, in EmitPropertyList()
4163 PropertyTy = llvm::StructType::createNamed("struct._prop_t", in ObjCCommonTypesHelper()
4174 llvm::ArrayType::get(PropertyTy, 0), in ObjCCommonTypesHelper()