Home
last modified time | relevance | path

Searched refs:GetControlSequence (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/lldb/include/lldb/Core/
H A DIOHandler.h113 virtual ConstString GetControlSequence(char ch) { return ConstString(); } in GetControlSequence() function
382 ConstString GetControlSequence(char ch) override { in GetControlSequence() function
532 return ((m_top != nullptr) ? m_top->GetControlSequence(ch) : ConstString()); in GetTopIOHandlerControlSequence()
/llvm-project-15.0.7/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptInterpreterPythonImpl.h423 ConstString GetControlSequence(char ch) override { in GetControlSequence() function