Searched refs:ImportedDecls (Results 1 – 2 of 2) sorted by relevance
61 llvm::DenseMap<Decl *, Decl *> ImportedDecls; variable
5344 ImportedDecls[FromContext.getTranslationUnitDecl()] in ASTImporter()5389 llvm::DenseMap<Decl *, Decl *>::iterator Pos = ImportedDecls.find(FromD); in GetAlreadyImportedOrNull()5390 if (Pos != ImportedDecls.end()) { in GetAlreadyImportedOrNull()5406 llvm::DenseMap<Decl *, Decl *>::iterator Pos = ImportedDecls.find(FromD); in Import()5407 if (Pos != ImportedDecls.end()) { in Import()5419 ImportedDecls[FromD] = ToD; in Import()5905 ImportedDecls[From] = To; in Imported()