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

References

tools/clang/lib/CodeGen/CGObjCMac.cpp
 3064   auto values = builder.beginStruct(ObjCTypes.ProtocolTy);
 3099     Entry = new llvm::GlobalVariable(CGM.getModule(), ObjCTypes.ProtocolTy,
 5567     auto values = builder.beginStruct(ObjCTypes.ProtocolTy);
 5737   ProtocolTy =
 5743                           llvm::ArrayType::get(ProtocolTy, 0));
 5752   ProtocolTy->setBody(ProtocolExtensionPtrTy, Int8PtrTy,
 5759   ProtocolPtrTy = llvm::PointerType::getUnqual(ProtocolTy);