Searched refs:PropertyListPtrTy (Results 1 – 1 of 1) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGObjCMac.cpp | 226 llvm::PointerType *PropertyListPtrTy; member in __anonb5e682970111::ObjCCommonTypesHelper 3234 return llvm::Constant::getNullValue(ObjCTypes.PropertyListPtrTy); in EmitPropertyList() 3274 return llvm::Constant::getNullValue(ObjCTypes.PropertyListPtrTy); in EmitPropertyList() 3388 Values.addNullPointer(ObjCTypes.PropertyListPtrTy); in GenerateCategory() 3389 Values.addNullPointer(ObjCTypes.PropertyListPtrTy); in GenerateCategory() 5784 PropertyListPtrTy = llvm::PointerType::getUnqual(PropertyListTy); in ObjCCommonTypesHelper() 5832 MethodDescriptionListPtrTy, PropertyListPtrTy, Int8PtrPtrTy, in ObjCTypesHelper() 5833 PropertyListPtrTy); in ObjCTypesHelper() 5886 "struct._objc_class_extension", IntTy, Int8PtrTy, PropertyListPtrTy); in ObjCTypesHelper() 5924 MethodListPtrTy, ProtocolListPtrTy, IntTy, PropertyListPtrTy, in ObjCTypesHelper() [all …]
|