reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/lib/AST/ASTImporter.cpp
 4702   if (Error Err = importInto(Iface, D->getClassInterface()))
 4710   ObjCImplementationDecl *Impl = Iface->getImplementation();
 4730                                 DC, Iface, Super,
 4741     Iface->setImplementation(Impl);
 4742     Importer.MapImported(D, Iface->getImplementation());
 4744     Importer.MapImported(D, Iface->getImplementation());
 4754         << Iface->getDeclName();