Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Symbol/
H A DClangASTImporter.h207 void ForgetDestination(clang::ASTContext *dst_ctx);
/freebsd-12.1/contrib/llvm/tools/lldb/source/Symbol/
H A DClangASTImporter.cpp781 void ClangASTImporter::ForgetDestination(clang::ASTContext *dst_ast) { in ForgetDestination() function in ClangASTImporter
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangASTSource.cpp141 m_ast_importer_sp->ForgetDestination(m_ast_context); in ~ClangASTSource()