Home
last modified time | relevance | path

Searched defs:GetDelegate (Results 1 – 2 of 2) sorted by relevance

/freebsd-src/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangASTImporter.h434 ImporterDelegateSP GetDelegate(clang::ASTContext *dst_ctx, GetDelegate() function
/freebsd-src/contrib/llvm-project/lldb/source/Core/
H A DIOHandlerCursesGUI.cpp3886 const MenuDelegateSP &GetDelegate() const { return m_delegate_sp; } in GetDelegate() function in curses::Menu