Home
last modified time | relevance | path

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

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