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

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

Completed in 3213 milliseconds