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

References

tools/clang/lib/CodeGen/CGObjCMac.cpp
 3003   if (Protocols.count(PD->getIdentifier()))
 3046   llvm::GlobalVariable *Entry = Protocols[PD->getIdentifier()];
 3085     Protocols[PD->getIdentifier()] = Entry;
 3093   llvm::GlobalVariable *&Entry = Protocols[PD->getIdentifier()];
 5561   for (auto &entry : Protocols) {
 6864   llvm::GlobalVariable *&Entry = Protocols[PD->getIdentifier()];
 6906   llvm::GlobalVariable *Entry = Protocols[PD->getIdentifier()];
 6971     Protocols[PD->getIdentifier()] = Entry;