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()))
 4707   if (Error Err = importInto(Super, D->getSuperClass()))
 4715     if (Error Err = ImportDeclContext(D, DC, LexicalDC))
 4721         D->getLocation(), D->getAtStartLoc(), D->getSuperClassLoc(),
 4721         D->getLocation(), D->getAtStartLoc(), D->getSuperClassLoc(),
 4721         D->getLocation(), D->getAtStartLoc(), D->getSuperClassLoc(),
 4722         D->getIvarLBraceLoc(), D->getIvarRBraceLoc()))
 4722         D->getIvarLBraceLoc(), D->getIvarRBraceLoc()))
 4729     if (GetImportedOrCreateDecl(Impl, D, Importer.getToContext(),
 4742     Importer.MapImported(D, Iface->getImplementation());
 4744     Importer.MapImported(D, Iface->getImplementation());
 4764       if (D->getSuperClass())
 4765         Importer.FromDiag(D->getLocation(),
 4767         << D->getSuperClass()->getDeclName();
 4769         Importer.FromDiag(D->getLocation(),
 4777   if (Error Err = ImportDeclContext(D))