Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/lldb/include/lldb/Core/
DIOHandler.h110 virtual ConstString GetControlSequence(char ch) { return ConstString(); } in GetControlSequence() function
376 ConstString GetControlSequence(char ch) override { in GetControlSequence() function
526 return ((m_top != nullptr) ? m_top->GetControlSequence(ch) : ConstString()); in GetTopIOHandlerControlSequence()
/openbsd/src/gnu/llvm/lldb/source/Plugins/ScriptInterpreter/Python/
DScriptInterpreterPythonImpl.h426 ConstString GetControlSequence(char ch) override { in GetControlSequence() function