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

References

tools/clang/lib/CodeGen/CGObjCMac.cpp
 5910   ProtocolListnfABIPtrTy = llvm::PointerType::getUnqual(ProtocolListnfABITy);
 5951       MethodListnfABIPtrTy, ProtocolListnfABIPtrTy, IvarListnfABIPtrTy,
 5988       MethodListnfABIPtrTy, ProtocolListnfABIPtrTy, PropertyListPtrTy,
 6596     values.addNullPointer(ObjCTypes.ProtocolListnfABIPtrTy);
 7013     return llvm::Constant::getNullValue(ObjCTypes.ProtocolListnfABIPtrTy);
 7021     return llvm::ConstantExpr::getBitCast(GV, ObjCTypes.ProtocolListnfABIPtrTy);
 7040                                         ObjCTypes.ProtocolListnfABIPtrTy);