Searched refs:ImportedDecls (Results 1 – 2 of 2) sorted by relevance
226 llvm::DenseMap<Decl *, Decl *> ImportedDecls; variable
8974 ImportedDecls[FromContext.getTranslationUnitDecl()] = in ASTImporter()9394 return ImportedDecls.lookup(FromD); in GetAlreadyImportedOrNull()9454 auto Pos = ImportedDecls.find(FromD); in Import()9455 if (Pos != ImportedDecls.end()) { in Import()9459 ImportedDecls.erase(Pos); in Import()9494 if (Pos != ImportedDecls.end()) in Import()9516 auto Ii = ImportedDecls.find(FromDi); in Import()9517 if (Ii != ImportedDecls.end()) in Import()9549 assert(ImportedDecls.count(FromD) != 0 && "Missing call to MapImported?"); in Import()10453 llvm::DenseMap<Decl *, Decl *>::iterator Pos = ImportedDecls.find(From); in MapImported()[all …]