Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangASTImporter.cpp48 ImporterDelegateSP delegate_sp(GetDelegate(&dst_clang_ast, &src_clang_ast)); in CopyType()
74 delegate_sp = GetDelegate(dst_ast, src_ast); in CopyDecl()
240 : m_delegate(importer.GetDelegate(dst_ctx, src_ctx)), m_dst_ctx(dst_ctx), in CompleteTagDeclsScope()
805 GetDelegate(&decl->getASTContext(), decl_origin.ctx)); in CompleteTagDecl()
823 GetDelegate(&decl->getASTContext(), origin_ast_ctx)); in CompleteTagDeclWithOrigin()
845 GetDelegate(&interface_decl->getASTContext(), decl_origin.ctx)); in CompleteObjCInterfaceDecl()
871 GetDelegate(&tag_decl->getASTContext(), decl_origin.ctx)); in CompleteAndFetchChildren()
903 GetDelegate(&objc_interface_decl->getASTContext(), decl_origin.ctx)); in CompleteAndFetchChildren()
H A DClangASTImporter.h456 ImporterDelegateSP GetDelegate(clang::ASTContext *dst_ctx, in GetDelegate() function
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DIOHandlerCursesGUI.cpp3887 const MenuDelegateSP &GetDelegate() const { return m_delegate_sp; } in GetDelegate() function in lldb_private::curses::Menu