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

Declarations

tools/clang/include/clang/AST/ASTImporter.h
  406     llvm::Expected<DeclContext *> ImportContext(DeclContext *FromDC);

References

tools/clang/lib/AST/ASTImporter.cpp
 1664     auto ToDCOrErr = Importer.ImportContext(FromDC);
 1718   auto ToDCOrErr = Importer.ImportContext(FromDC);
 1749   auto ToDCOrErr = Importer.ImportContext(FromD->getDeclContext());
 1755     auto ToLexicalDCOrErr = Importer.ImportContext(
 2132   auto DCOrErr = Importer.ImportContext(D->getDeclContext());
 2151   auto DCOrErr = Importer.ImportContext(D->getDeclContext());
 4365   auto ToComAncestorOrErr = Importer.ImportContext(D->getCommonAncestor());
 6913   auto UsedContextOrErr = Importer.ImportContext(E->getUsedContext());
 7648   auto UsedContextOrErr = Importer.ImportContext(E->getUsedContext());