Searched refs:dst_ast (Results 1 – 1 of 1) sorted by relevance
36 CompilerType ClangASTImporter::CopyType(TypeSystemClang &dst_ast, in CopyType() argument38 clang::ASTContext &dst_clang_ast = dst_ast.getASTContext(); in CopyType()65 return CompilerType(dst_ast.weak_from_this(), dst_clang_type); in CopyType()69 clang::Decl *ClangASTImporter::CopyDecl(clang::ASTContext *dst_ast, in CopyDecl() argument74 delegate_sp = GetDelegate(dst_ast, src_ast); in CopyDecl()76 ASTImporterDelegate::CxxModuleScope std_scope(*delegate_sp, dst_ast); in CopyDecl()1024 void ClangASTImporter::ForgetDestination(clang::ASTContext *dst_ast) { in ForgetDestination() argument1029 dst_ast); in ForgetDestination()1031 m_metadata_map.erase(dst_ast); in ForgetDestination()1034 void ClangASTImporter::ForgetSource(clang::ASTContext *dst_ast, in ForgetSource() argument[all …]