Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/Core/
H A DIOHandler.h109 virtual llvm::StringRef GetControlSequence(char ch) { return {}; } in GetControlSequence() function
374 llvm::StringRef GetControlSequence(char ch) override { in GetControlSequence() function
524 return ((m_top != nullptr) ? m_top->GetControlSequence(ch) in GetTopIOHandlerControlSequence()
/freebsd/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptInterpreterPythonImpl.h436 llvm::StringRef GetControlSequence(char ch) override { in GetControlSequence() function