Searched refs:dst_ctx (Results 1 – 2 of 2) sorted by relevance
/freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/ |
H A D | ClangASTImporter.h | 98 clang::Decl *CopyDecl(clang::ASTContext *dst_ctx, clang::Decl *decl); 111 clang::Decl *DeportDecl(clang::ASTContext *dst_ctx, clang::Decl *decl); 222 void InstallMapCompleter(clang::ASTContext *dst_ctx, in InstallMapCompleter() argument 225 ContextMetadataMap::iterator context_md_iter = m_metadata_map.find(dst_ctx); in InstallMapCompleter() 228 context_md = ASTContextMetadataSP(new ASTContextMetadata(dst_ctx)); in InstallMapCompleter() 229 m_metadata_map[dst_ctx] = context_md; in InstallMapCompleter() 237 void ForgetDestination(clang::ASTContext *dst_ctx); 238 void ForgetSource(clang::ASTContext *dst_ctx, clang::ASTContext *src_ctx); 314 CxxModuleScope(ASTImporterDelegate &delegate, clang::ASTContext *dst_ctx) in CxxModuleScope() 319 m_handler = CxxModuleHandler(delegate, dst_ctx); in CxxModuleScope() [all …]
|
H A D | ClangASTImporter.cpp | 239 clang::ASTContext *dst_ctx, in CompleteTagDeclsScope() argument 241 : m_delegate(importer.GetDelegate(dst_ctx, src_ctx)), m_dst_ctx(dst_ctx), in CompleteTagDeclsScope() 331 clang::Decl *ClangASTImporter::DeportDecl(clang::ASTContext *dst_ctx, in DeportDecl() argument 339 decl->getDeclKindName(), decl, src_ctx, dst_ctx); in DeportDecl() 347 CompleteTagDeclsScope complete_scope(*this, dst_ctx, src_ctx); in DeportDecl() 348 result = CopyDecl(dst_ctx, decl); in DeportDecl()
|