Home | History | Annotate | Download | only in AST

Lines Matching defs:Iface

4105   ObjCInterfaceDecl *Iface = cast_or_null<ObjCInterfaceDecl>(
4107 if (!Iface)
4119 ObjCImplementationDecl *Impl = Iface->getImplementation();
4125 Iface, Super,
4141 Iface->setImplementation(Impl);
4142 Importer.Imported(D, Iface->getImplementation());
4144 Importer.Imported(D, Iface->getImplementation());
4154 << Iface->getDeclName();