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

References

tools/clang/lib/AST/ASTImporter.cpp
 3451   if (Error Err = ImportDeclParts(D, DC, LexicalDC, Name, ToD, Loc))
 3462           ASTImporter::getFieldIndex(D) !=
 3466       if (Importer.IsStructurallyEquivalent(D->getType(),
 3469         Importer.MapImported(D, FoundField);
 3479         << Name << D->getType() << FoundField->getType();
 3488   auto TypeOrErr = import(D->getType());
 3493     new (Importer.getToContext()) NamedDecl*[D->getChainingSize()];
 3496   for (auto *PI : D->chain())
 3502   llvm::MutableArrayRef<NamedDecl *> CH = {NamedChain, D->getChainingSize()};
 3504   if (GetImportedOrCreateDecl(ToIndirectField, D, Importer.getToContext(), DC,
 3509   ToIndirectField->setAccess(D->getAccess());