Home
last modified time | relevance | path

Searched refs:ImportedDecls (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/clang/include/clang/AST/
H A DASTImporter.h226 llvm::DenseMap<Decl *, Decl *> ImportedDecls; variable
/llvm-project-15.0.7/clang/lib/AST/
H A DASTImporter.cpp8400 ImportedDecls[FromContext.getTranslationUnitDecl()] = in ASTImporter()
8809 auto Pos = ImportedDecls.find(FromD); in GetAlreadyImportedOrNull()
8810 if (Pos != ImportedDecls.end()) in GetAlreadyImportedOrNull()
8860 auto Pos = ImportedDecls.find(FromD); in Import()
8861 if (Pos != ImportedDecls.end()) { in Import()
8865 ImportedDecls.erase(Pos); in Import()
8900 if (Pos != ImportedDecls.end()) in Import()
8922 auto Ii = ImportedDecls.find(FromDi); in Import()
8923 if (Ii != ImportedDecls.end()) in Import()
9868 if (Pos != ImportedDecls.end()) in MapImported()
[all …]
/llvm-project-15.0.7/clang/docs/
H A DInternalsManual.rst2209 ``ASTImporter::ImportedDecls``. Whenever we create a node then we immediately
2210 add that to the ``ImportedDecls``. We must not start the import of any other