Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:OPT

3967       const ObjCObjectPointerType *OPT = 0;
3973 OPT = CatchParam->getType()->getAs<ObjCObjectPointerType>();
3979 if (OPT && (OPT->isObjCIdType() || OPT->isObjCQualifiedIdType()))
4004 assert(OPT && "Unexpected non-object pointer type in @catch");
4005 const ObjCObjectType *ObjTy = OPT->getObjectType();