Searched refs:Iface (Results 1 – 2 of 2) sorted by relevance
3628 ObjCInterfaceDecl *Iface = cast_or_null<ObjCInterfaceDecl>( in VisitObjCImplementationDecl() local3630 if (!Iface) in VisitObjCImplementationDecl()3642 ObjCImplementationDecl *Impl = Iface->getImplementation(); in VisitObjCImplementationDecl()3648 Iface, Super, in VisitObjCImplementationDecl()3663 Iface->setImplementation(Impl); in VisitObjCImplementationDecl()3664 Importer.Imported(D, Iface->getImplementation()); in VisitObjCImplementationDecl()3666 Importer.Imported(D, Iface->getImplementation()); in VisitObjCImplementationDecl()3675 << Iface->getDeclName(); in VisitObjCImplementationDecl()
660 if (const ObjCInterfaceDecl *Iface = dyn_cast<ObjCInterfaceDecl>(ND)) in getDeclUsageType() local661 return C.getObjCInterfaceType(Iface); in getDeclUsageType()5269 if (ObjCInterfaceDecl *Iface = Method->getClassInterface()) in CodeCompleteObjCMessageReceiver() local5270 if (Iface->getSuperClass()) { in CodeCompleteObjCMessageReceiver()5324 if (const ObjCObjectType *Iface in CodeCompleteObjCSuperMessage() local5326 CDecl = Iface->getInterface(); in CodeCompleteObjCSuperMessage()