Home | History | Annotate | Download | only in CodeGen

Lines Matching defs:OPT

3286       const ObjCObjectPointerType *OPT = 0;
3292 OPT = CatchParam->getType()->getAs<ObjCObjectPointerType>();
3298 if (OPT && (OPT->isObjCIdType() || OPT->isObjCQualifiedIdType()))
3323 assert(OPT && "Unexpected non-object pointer type in @catch");
3324 const ObjCObjectType *ObjTy = OPT->getObjectType();