Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangASTImporter.cpp45 ImporterDelegateSP delegate_sp(GetDelegate(&dst_clang_ast, &src_clang_ast)); in CopyType()
71 delegate_sp = GetDelegate(dst_ast, src_ast); in CopyDecl()
238 : m_delegate(importer.GetDelegate(dst_ctx, src_ctx)), m_dst_ctx(dst_ctx), in CompleteTagDeclsScope()
564 GetDelegate(&decl->getASTContext(), decl_origin.ctx)); in CompleteTagDecl()
582 GetDelegate(&decl->getASTContext(), origin_ast_ctx)); in CompleteTagDeclWithOrigin()
604 GetDelegate(&interface_decl->getASTContext(), decl_origin.ctx)); in CompleteObjCInterfaceDecl()
630 GetDelegate(&tag_decl->getASTContext(), decl_origin.ctx)); in CompleteAndFetchChildren()
662 GetDelegate(&objc_interface_decl->getASTContext(), decl_origin.ctx)); in CompleteAndFetchChildren()
1085 m_main.GetDelegate(&to->getASTContext(), origin.ctx); in Imported()
H A DClangASTImporter.h434 ImporterDelegateSP GetDelegate(clang::ASTContext *dst_ctx, in GetDelegate() function
/openbsd-src/gnu/llvm/lldb/source/Core/
H A DIOHandlerCursesGUI.cpp3887 const MenuDelegateSP &GetDelegate() const { return m_delegate_sp; } in GetDelegate() function in curses::Menu