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

References

tools/clang/lib/CodeGen/CGObjCMac.cpp
 4614         OPT = CatchParam->getType()->getAs<ObjCObjectPointerType>();
 4620         if (OPT && (OPT->isObjCIdType() || OPT->isObjCQualifiedIdType()))
 4620         if (OPT && (OPT->isObjCIdType() || OPT->isObjCQualifiedIdType()))
 4620         if (OPT && (OPT->isObjCIdType() || OPT->isObjCQualifiedIdType()))
 4645       assert(OPT && "Unexpected non-object pointer type in @catch");
 4646       const ObjCObjectType *ObjTy = OPT->getObjectType();