Searched refs:ImportedDecls (Results 1 – 2 of 2) sorted by relevance
62 llvm::DenseMap<Decl *, Decl *> ImportedDecls; variable
6042 ImportedDecls[FromContext.getTranslationUnitDecl()] in ASTImporter()6087 llvm::DenseMap<Decl *, Decl *>::iterator Pos = ImportedDecls.find(FromD); in GetAlreadyImportedOrNull()6088 if (Pos != ImportedDecls.end()) { in GetAlreadyImportedOrNull()6104 llvm::DenseMap<Decl *, Decl *>::iterator Pos = ImportedDecls.find(FromD); in Import()6105 if (Pos != ImportedDecls.end()) { in Import()6117 ImportedDecls[FromD] = ToD; in Import()6684 ImportedDecls[From] = To; in Imported()