Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
DClangASTImporter.h145 void ForgetSource(clang::ASTContext *dst_ctx, clang::ASTContext *src_ctx);
DClangASTImporter.cpp796 void ClangASTImporter::ForgetSource(clang::ASTContext *dst_ast, in ForgetSource() function in ClangASTImporter
DClangASTSource.cpp87 m_ast_importer_sp->ForgetSource(&scratch_ast_context, m_ast_context); in ~ClangASTSource()