Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
DClangASTImporter.cpp31 CompilerType ClangASTImporter::CopyType(TypeSystemClang &dst_ast, in CopyType() argument
33 clang::ASTContext &dst_clang_ast = dst_ast.getASTContext(); in CopyType()
62 return CompilerType(&dst_ast, dst_clang_type); in CopyType()
66 clang::Decl *ClangASTImporter::CopyDecl(clang::ASTContext *dst_ast, in CopyDecl() argument
71 delegate_sp = GetDelegate(dst_ast, src_ast); in CopyDecl()
73 ASTImporterDelegate::CxxModuleScope std_scope(*delegate_sp, dst_ast); in CopyDecl()
786 void ClangASTImporter::ForgetDestination(clang::ASTContext *dst_ast) { in ForgetDestination() argument
791 dst_ast); in ForgetDestination()
793 m_metadata_map.erase(dst_ast); in ForgetDestination()
796 void ClangASTImporter::ForgetSource(clang::ASTContext *dst_ast, in ForgetSource() argument
[all …]