Searched refs:dst_ctx (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DClangASTImporter.h53 clang::Decl *CopyDecl(clang::ASTContext *dst_ctx, clang::Decl *decl);
57 clang::Decl *DeportDecl(clang::ASTContext *dst_ctx, clang::Decl *decl);
127 void InstallMapCompleter(clang::ASTContext *dst_ctx, argument
130 ContextMetadataMap::iterator context_md_iter = m_metadata_map.find(dst_ctx);
133 context_md = ASTContextMetadataSP(new ASTContextMetadata(dst_ctx));
134 m_metadata_map[dst_ctx] = context_md;
142 void ForgetDestination(clang::ASTContext *dst_ctx);
143 void ForgetSource(clang::ASTContext *dst_ctx, clang::ASTContext *src_ctx);
209 CxxModuleScope(ASTImporterDelegate &delegate, clang::ASTContext *dst_ctx) argument
214 m_handler = CxxModuleHandler(delegate, dst_ctx);
262 ASTContextMetadata(clang::ASTContext *dst_ctx) argument
280 GetContextMetadata(clang::ASTContext *dst_ctx) argument
292 MaybeGetContextMetadata(clang::ASTContext *dst_ctx) argument
300 GetDelegate(clang::ASTContext *dst_ctx, clang::ASTContext *src_ctx) argument
[all...]
/freebsd-11-stable/contrib/llvm-project/lldb/source/Symbol/
H A DClangASTImporter.cpp226 /// \param dst_ctx The ASTContext to which Decls are imported.
229 clang::ASTContext *dst_ctx,
231 : m_delegate(importer.GetDelegate(dst_ctx, src_ctx)), m_dst_ctx(dst_ctx),
316 clang::Decl *ClangASTImporter::DeportDecl(clang::ASTContext *dst_ctx, argument
325 static_cast<void *>(src_ctx), static_cast<void *>(dst_ctx));
333 CompleteTagDeclsScope complete_scope(*this, dst_ctx, src_ctx);
334 result = CopyDecl(dst_ctx, decl);
228 CompleteTagDeclsScope(ClangASTImporter &importer, clang::ASTContext *dst_ctx, clang::ASTContext *src_ctx) argument

Completed in 112 milliseconds