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

/freebsd-11.0-release/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGObjCMac.cpp224 /// PropertyListPtrTy - LLVM type for struct objc_property_list*.
225 llvm::Type *PropertyListPtrTy; member in class:__anon3801::ObjCCommonTypesHelper
966 /// value has type PropertyListPtrTy.
2944 return llvm::Constant::getNullValue(ObjCTypes.PropertyListPtrTy);
2962 return llvm::ConstantExpr::getBitCast(GV, ObjCTypes.PropertyListPtrTy);
3082 Values[6] = llvm::Constant::getNullValue(ObjCTypes.PropertyListPtrTy);
5212 PropertyListPtrTy = llvm::PointerType::getUnqual(PropertyListTy);
5263 MethodDescriptionListPtrTy, PropertyListPtrTy,
5322 IntTy, Int8PtrTy, PropertyListPtrTy, nullptr);
5369 IntTy, PropertyListPtrTy, nullpt
[all...]

Completed in 106 milliseconds