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

References

tools/clang/lib/CodeGen/CGObjCMac.cpp
 5892   ProtocolnfABITy = llvm::StructType::create(
 5900   ProtocolnfABIPtrTy = llvm::PointerType::getUnqual(ProtocolnfABITy);
 6874     Entry = new llvm::GlobalVariable(CGM.getModule(), ObjCTypes.ProtocolnfABITy,
 6920   auto values = builder.beginStruct(ObjCTypes.ProtocolnfABITy);
 6941     CGM.getDataLayout().getTypeAllocSize(ObjCTypes.ProtocolnfABITy);