Home | History | Annotate | Download | only in CodeGen

Lines Matching defs:OPT

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