Home | History | Annotate | Download | only in AST

Lines Matching refs:Iface

3269   ObjCInterfaceDecl *Iface = cast_or_null<ObjCInterfaceDecl>(
3271 if (!Iface)
3283 ObjCImplementationDecl *Impl = Iface->getImplementation();
3289 Iface, Super,
3302 Iface->setImplementation(Impl);
3303 Importer.Imported(D, Iface->getImplementation());
3305 Importer.Imported(D, Iface->getImplementation());
3314 << Iface->getDeclName();