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

References

tools/clang/lib/CodeGen/CGObjCMac.cpp
 7686   llvm::GlobalVariable * &Entry = EHTypeReferences[ID->getIdentifier()];
 7687   StringRef ClassName = ID->getObjCRuntimeNameAsString();
 7697     if (hasObjCExceptionAttribute(CGM.getContext(), ID)) {
 7702       CGM.setGVProperties(Entry, ID);
 7728   values.add(GetClassGlobal(ID, /*metaclass*/ false, NotForDefinition));
 7741     if (hasObjCExceptionAttribute(CGM.getContext(), ID))
 7742       CGM.setGVProperties(Entry, ID);
 7747     if (ID->getVisibility() == HiddenVisibility)