Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangASTImporter.h237 void ForgetDestination(clang::ASTContext *dst_ctx);
H A DClangASTSource.cpp70 m_ast_importer_sp->ForgetDestination(m_ast_context); in ~ClangASTSource()
H A DClangASTImporter.cpp1024 void ClangASTImporter::ForgetDestination(clang::ASTContext *dst_ast) { in ForgetDestination() function in ClangASTImporter