Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DASTResultSynthesizer.cpp469 Decl *D_scratch = persistent_vars->GetClangASTImporter()->DeportDecl( in CommitPersistentDecls()
H A DClangASTImporter.h111 clang::Decl *DeportDecl(clang::ASTContext *dst_ctx, clang::Decl *decl);
H A DClangASTImporter.cpp331 clang::Decl *ClangASTImporter::DeportDecl(clang::ASTContext *dst_ctx, in DeportDecl() function in ClangASTImporter