Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DASTImporter.h226 llvm::DenseMap<Decl *, Decl *> ImportedDecls; variable
/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DASTImporter.cpp8870 ImportedDecls[FromContext.getTranslationUnitDecl()] = in ASTImporter()
9300 return ImportedDecls.lookup(FromD); in GetAlreadyImportedOrNull()
9360 auto Pos = ImportedDecls.find(FromD); in Import()
9361 if (Pos != ImportedDecls.end()) { in Import()
9365 ImportedDecls.erase(Pos); in Import()
9400 if (Pos != ImportedDecls.end()) in Import()
9422 auto Ii = ImportedDecls.find(FromDi); in Import()
9423 if (Ii != ImportedDecls.end()) in Import()
10360 assert((Pos == ImportedDecls.end() || Pos->second == To) && in MapImported()
10362 if (Pos != ImportedDecls.end()) in MapImported()
[all …]