Home | History | Annotate | Download | only in AST

Lines Matching defs:Iface

3628   ObjCInterfaceDecl *Iface = cast_or_null<ObjCInterfaceDecl>(
3630 if (!Iface)
3642 ObjCImplementationDecl *Impl = Iface->getImplementation();
3648 Iface, Super,
3663 Iface->setImplementation(Impl);
3664 Importer.Imported(D, Iface->getImplementation());
3666 Importer.Imported(D, Iface->getImplementation());
3675 << Iface->getDeclName();