Searched defs:PropertyTy (Results 1 - 2 of 2) sorted by relevance

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

Completed in 84 milliseconds