Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DASTImporter.h254 llvm::DenseMap<Decl *, Decl *> ImportedDecls; variable
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DASTImporter.cpp8126 ImportedDecls[FromContext.getTranslationUnitDecl()] = in ASTImporter()
8318 auto Pos = ImportedDecls.find(FromD); in GetAlreadyImportedOrNull()
8319 if (Pos != ImportedDecls.end()) in GetAlreadyImportedOrNull()
8369 auto Pos = ImportedDecls.find(FromD); in Import()
8370 if (Pos != ImportedDecls.end()) { in Import()
8374 ImportedDecls.erase(Pos); in Import()
8409 if (Pos != ImportedDecls.end()) in Import()
8419 auto Ii = ImportedDecls.find(FromDi); in Import()
8420 if (Ii != ImportedDecls.end()) in Import()
8452 assert(ImportedDecls.count(FromD) != 0 && "Missing call to MapImported?"); in Import()
[all …]
/netbsd-src/external/apache2/llvm/dist/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