Searched refs:ForgetSource (Results 1 – 5 of 5) sorted by relevance
216 void ForgetSource(clang::ASTContext *dst_ctx, clang::ASTContext *src_ctx);
792 void ClangASTImporter::ForgetSource(clang::ASTContext *dst_ast, in ForgetSource() function in ClangASTImporter
90 default_scratch_ast->ForgetSource(m_ast_context, *m_ast_importer_sp); in ~ClangASTSource()
1229 void ForgetSource(clang::ASTContext *src_ctx, ClangASTImporter &importer);
10045 void ScratchTypeSystemClang::ForgetSource(ASTContext *src_ctx, in ForgetSource() function in ScratchTypeSystemClang10048 importer.ForgetSource(&getASTContext(), src_ctx); in ForgetSource()10051 importer.ForgetSource(&a.second->getASTContext(), src_ctx); in ForgetSource()