Home
last modified time | relevance | path

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

/llvm-project-15.0.7/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()
563 GetDelegate(&decl->getASTContext(), decl_origin.ctx)); in CompleteTagDecl()
581 GetDelegate(&decl->getASTContext(), origin_ast_ctx)); in CompleteTagDeclWithOrigin()
603 GetDelegate(&interface_decl->getASTContext(), decl_origin.ctx)); in CompleteObjCInterfaceDecl()
629 GetDelegate(&tag_decl->getASTContext(), decl_origin.ctx)); in CompleteAndFetchChildren()
661 GetDelegate(&objc_interface_decl->getASTContext(), decl_origin.ctx)); in CompleteAndFetchChildren()
1084 m_main.GetDelegate(&to->getASTContext(), origin.ctx); in Imported()
H A DClangASTImporter.h434 ImporterDelegateSP GetDelegate(clang::ASTContext *dst_ctx, in GetDelegate() function
/llvm-project-15.0.7/clang/test/SemaObjC/
H A Dresolve-method-in-global-pool.m60 AppDelegate* GetDelegate(void) function
/llvm-project-15.0.7/lldb/source/Core/
H A DIOHandlerCursesGUI.cpp3885 const MenuDelegateSP &GetDelegate() const { return m_delegate_sp; } in GetDelegate() function in curses::Menu