Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Symbol/
H A DClangASTImporter.h208 void ForgetSource(clang::ASTContext *dst_ctx, clang::ASTContext *src_ctx);
/freebsd-12.1/contrib/llvm/tools/lldb/source/Symbol/
H A DClangASTImporter.cpp791 void ClangASTImporter::ForgetSource(clang::ASTContext *dst_ast, in ForgetSource() function in ClangASTImporter
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangASTSource.cpp159 m_ast_importer_sp->ForgetSource(scratch_ast_context, m_ast_context); in ~ClangASTSource()