Lines Matching refs:OPT
1097 const ObjCObjectPointerType *OPT = T->getAs<ObjCObjectPointerType>();1098 assert(OPT && "Invalid @catch type.");1099 const ObjCInterfaceDecl *IDecl = OPT->getObjectType()->getInterface();