Home | History | Annotate | Download | only in AST

Lines Matching defs:Iface

3433   ObjCInterfaceDecl *Iface = cast_or_null<ObjCInterfaceDecl>(
3435 if (!Iface)
3447 ObjCImplementationDecl *Impl = Iface->getImplementation();
3453 Iface, Super,
3468 Iface->setImplementation(Impl);
3469 Importer.Imported(D, Iface->getImplementation());
3471 Importer.Imported(D, Iface->getImplementation());
3480 << Iface->getDeclName();