Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangASTImporter.h215 void ForgetDestination(clang::ASTContext *dst_ctx);
H A DClangASTImporter.cpp782 void ClangASTImporter::ForgetDestination(clang::ASTContext *dst_ast) { in ForgetDestination() function in ClangASTImporter
H A DClangASTSource.cpp71 m_ast_importer_sp->ForgetDestination(m_ast_context); in ~ClangASTSource()