Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangASTImporter.h238 void ForgetSource(clang::ASTContext *dst_ctx, clang::ASTContext *src_ctx);
H A DClangASTSource.cpp89 default_scratch_ast->ForgetSource(m_ast_context, *m_ast_importer_sp); in ~ClangASTSource()
H A DClangASTImporter.cpp1034 void ClangASTImporter::ForgetSource(clang::ASTContext *dst_ast, in ForgetSource() function in ClangASTImporter
/freebsd/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.h1322 void ForgetSource(clang::ASTContext *src_ctx, ClangASTImporter &importer);
H A DTypeSystemClang.cpp9783 void ScratchTypeSystemClang::ForgetSource(ASTContext *src_ctx, in ForgetSource() function in ScratchTypeSystemClang
9786 importer.ForgetSource(&getASTContext(), src_ctx); in ForgetSource()
9789 importer.ForgetSource(&a.second->getASTContext(), src_ctx); in ForgetSource()