Home
last modified time | relevance | path

Searched refs:DeportDecl (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/lldb/unittests/Symbol/
H A DTestClangASTImporter.cpp126 importer.DeportDecl(&target_ast->getASTContext(), source.record_decl); in TEST_F()
/llvm-project-15.0.7/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangASTImporter.h110 clang::Decl *DeportDecl(clang::ASTContext *dst_ctx, clang::Decl *decl);
H A DASTResultSynthesizer.cpp480 Decl *D_scratch = persistent_vars->GetClangASTImporter()->DeportDecl( in CommitPersistentDecls()
H A DClangASTImporter.cpp327 clang::Decl *ClangASTImporter::DeportDecl(clang::ASTContext *dst_ctx, in DeportDecl() function in ClangASTImporter