Searched refs:ImportedDecls (Results 1 – 3 of 3) sorted by relevance
254 llvm::DenseMap<Decl *, Decl *> ImportedDecls; variable
8126 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 …]
2209 ``ASTImporter::ImportedDecls``. Whenever we create a node then we immediately2210 add that to the ``ImportedDecls``. We must not start the import of any other