Searched refs:Iface (Results 1 – 2 of 2) sorted by relevance
3713 ObjCInterfaceDecl *Iface = cast_or_null<ObjCInterfaceDecl>( in VisitObjCImplementationDecl() local3715 if (!Iface) in VisitObjCImplementationDecl()3727 ObjCImplementationDecl *Impl = Iface->getImplementation(); in VisitObjCImplementationDecl()3733 Iface, Super, in VisitObjCImplementationDecl()3749 Iface->setImplementation(Impl); in VisitObjCImplementationDecl()3750 Importer.Imported(D, Iface->getImplementation()); in VisitObjCImplementationDecl()3752 Importer.Imported(D, Iface->getImplementation()); in VisitObjCImplementationDecl()3762 << Iface->getDeclName(); in VisitObjCImplementationDecl()
658 if (const ObjCInterfaceDecl *Iface = dyn_cast<ObjCInterfaceDecl>(ND)) in getDeclUsageType() local659 return C.getObjCInterfaceType(Iface); in getDeclUsageType()5371 if (ObjCInterfaceDecl *Iface = Method->getClassInterface()) in CodeCompleteObjCMessageReceiver() local5372 if (Iface->getSuperClass()) { in CodeCompleteObjCMessageReceiver()5424 if (const ObjCObjectType *Iface in CodeCompleteObjCSuperMessage() local5426 CDecl = Iface->getInterface(); in CodeCompleteObjCSuperMessage()