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

References

tools/clang/lib/AST/ASTImporter.cpp
 1664     auto ToDCOrErr = Importer.ImportContext(FromDC);
 1677   bool AccumulateChildErrors = isa<TagDecl>(FromDC);
 1680   for (auto *From : FromDC->decls()) {
 1714   const auto *FromRD = dyn_cast<RecordDecl>(FromDC);
 1718   auto ToDCOrErr = Importer.ImportContext(FromDC);