Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
DClangASTImporter.h144 void ForgetDestination(clang::ASTContext *dst_ctx);
DClangASTImporter.cpp786 void ClangASTImporter::ForgetDestination(clang::ASTContext *dst_ast) { in ForgetDestination() function in ClangASTImporter
DClangASTSource.cpp70 m_ast_importer_sp->ForgetDestination(m_ast_context); in ~ClangASTSource()