Home
last modified time | relevance | path

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

/external/clang/include/clang/AST/
DASTImporter.h62 llvm::DenseMap<Decl *, Decl *> ImportedDecls; variable
/external/llvm-project/clang/include/clang/AST/
DASTImporter.h258 llvm::DenseMap<Decl *, Decl *> ImportedDecls; variable
/external/llvm-project/clang/lib/AST/
DASTImporter.cpp7981 ImportedDecls[FromContext.getTranslationUnitDecl()] = in ASTImporter()
8164 auto Pos = ImportedDecls.find(FromD); in GetAlreadyImportedOrNull()
8165 if (Pos != ImportedDecls.end()) in GetAlreadyImportedOrNull()
8215 auto Pos = ImportedDecls.find(FromD); in Import()
8216 if (Pos != ImportedDecls.end()) { in Import()
8220 ImportedDecls.erase(Pos); in Import()
8251 if (Pos != ImportedDecls.end()) in Import()
8261 auto Ii = ImportedDecls.find(FromDi); in Import()
8262 if (Ii != ImportedDecls.end()) in Import()
8294 assert(ImportedDecls.count(FromD) != 0 && "Missing call to MapImported?"); in Import()
[all …]
/external/clang/lib/AST/
DASTImporter.cpp6042 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()
/external/llvm-project/clang/docs/
DInternalsManual.rst1648 ``ASTImporter::ImportedDecls``. Whenever we create a node then we immediately
1649 add that to the ``ImportedDecls``. We must not start the import of any other