Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Plugins/ExpressionParser/Clang/
H A DCxxModuleHandler.cpp179 importer.RegisterImportedDecl(from_d, to_d); in createDecl()
270 m_importer->RegisterImportedDecl(d, result); in tryInstantiateStdTemplate()
H A DClangASTImporter.cpp842 RegisterImportedDecl(From, origin.decl); in ImportImpl()
858 RegisterImportedDecl(From, R); in ImportImpl()
883 RegisterImportedDecl(From, candidate); in ImportImpl()
/llvm-project-15.0.7/clang/include/clang/AST/
H A DASTImporter.h549 void RegisterImportedDecl(Decl *FromD, Decl *ToD);
/llvm-project-15.0.7/clang/lib/AST/
H A DASTImporter.cpp286 Importer.RegisterImportedDecl(FromD, ToD); in GetImportedOrCreateSpecialDecl()
8471 void ASTImporter::RegisterImportedDecl(Decl *FromD, Decl *ToD) { in RegisterImportedDecl() function in ASTImporter
/llvm-project-15.0.7/clang/unittests/AST/
H A DASTImporterTest.cpp92 RegisterImportedDecl(FromD, ND); in ImportImpl()