Home
last modified time | relevance | path

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

/external/lldb/include/lldb/Symbol/
DClangASTImporter.h201 void ForgetSource (clang::ASTContext *dst_ctx, clang::ASTContext *src_ctx);
/external/lldb/source/Symbol/
DClangASTImporter.cpp423 ClangASTImporter::ForgetSource (clang::ASTContext *dst_ast, clang::ASTContext *src_ast) in ForgetSource() function in ClangASTImporter
/external/lldb/source/Expression/
DClangASTSource.cpp45 m_ast_importer->ForgetSource(scratch_ast_context, m_ast_context); in ~ClangASTSource()