Home
last modified time | relevance | path

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

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