reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/lib/CodeGen/CGObjCMac.cpp
 3181     return llvm::Constant::getNullValue(ObjCTypes.ProtocolListPtrTy);
 3187   values.addNullPointer(ObjCTypes.ProtocolListPtrTy);
 3210   return llvm::ConstantExpr::getBitCast(GV, ObjCTypes.ProtocolListPtrTy);
 3391     Values.addNullPointer(ObjCTypes.ProtocolListPtrTy);
 5570     values.addNullPointer(ObjCTypes.ProtocolListPtrTy);
 5757   ProtocolListPtrTy = llvm::PointerType::getUnqual(ProtocolListTy);
 5805                    ProtocolListPtrTy, Int8PtrTy, ClassExtensionPtrTy);
 5821       MethodListPtrTy, ProtocolListPtrTy, IntTy, PropertyListPtrTy,