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

References

tools/clang/lib/CodeGen/CGObjCMac.cpp
 5900   ProtocolnfABIPtrTy = llvm::PointerType::getUnqual(ProtocolnfABITy);
 5907                                llvm::ArrayType::get(ProtocolnfABIPtrTy, 0));
 6983     new llvm::GlobalVariable(CGM.getModule(), ObjCTypes.ProtocolnfABIPtrTy,
 6989       CGM.getDataLayout().getABITypeAlignment(ObjCTypes.ProtocolnfABIPtrTy)));
 7028   auto array = values.beginArray(ObjCTypes.ProtocolnfABIPtrTy);
 7032   array.addNullPointer(ObjCTypes.ProtocolnfABIPtrTy);