Home | History | Annotate | Download | only in AST

Lines Matching defs:Iface

3656   ObjCInterfaceDecl *Iface = cast_or_null<ObjCInterfaceDecl>(
3658 if (!Iface)
3670 ObjCImplementationDecl *Impl = Iface->getImplementation();
3676 Iface, Super,
3692 Iface->setImplementation(Impl);
3693 Importer.Imported(D, Iface->getImplementation());
3695 Importer.Imported(D, Iface->getImplementation());
3705 << Iface->getDeclName();