Home | History | Annotate | Download | only in CodeGen

Lines Matching defs:OPT

4126       const ObjCObjectPointerType *OPT = nullptr;
4132 OPT = CatchParam->getType()->getAs<ObjCObjectPointerType>();
4138 if (OPT && (OPT->isObjCIdType() || OPT->isObjCQualifiedIdType()))
4163 assert(OPT && "Unexpected non-object pointer type in @catch");
4164 const ObjCObjectType *ObjTy = OPT->getObjectType();