Searched refs:Iface (Results 1 – 4 of 4) sorted by relevance
202 if (const ObjCInterfaceDecl *Iface = Msg->getReceiverInterface()) { in VisitObjCMessage() local208 if (isSubclass(Iface, NSExceptionII)) { in VisitObjCMessage()
3414 ObjCInterfaceDecl *Iface = cast_or_null<ObjCInterfaceDecl>( in VisitObjCImplementationDecl() local3416 if (!Iface) in VisitObjCImplementationDecl()3428 ObjCImplementationDecl *Impl = Iface->getImplementation(); in VisitObjCImplementationDecl()3434 Iface, Super, in VisitObjCImplementationDecl()3449 Iface->setImplementation(Impl); in VisitObjCImplementationDecl()3450 Importer.Imported(D, Iface->getImplementation()); in VisitObjCImplementationDecl()3452 Importer.Imported(D, Iface->getImplementation()); in VisitObjCImplementationDecl()3461 << Iface->getDeclName(); in VisitObjCImplementationDecl()
3368 if (const ObjCObjectType *Iface in getReceiverInterface() local3370 return Iface->getInterface(); in getReceiverInterface()
653 if (ObjCInterfaceDecl *Iface = dyn_cast<ObjCInterfaceDecl>(ND)) in getDeclUsageType() local654 return C.getObjCInterfaceType(Iface); in getDeclUsageType()5178 if (ObjCInterfaceDecl *Iface = Method->getClassInterface()) in CodeCompleteObjCMessageReceiver() local5179 if (Iface->getSuperClass()) { in CodeCompleteObjCMessageReceiver()5233 if (const ObjCObjectType *Iface in CodeCompleteObjCSuperMessage() local5235 CDecl = Iface->getInterface(); in CodeCompleteObjCSuperMessage()