Searched defs:GetControlSequence (Results 1 – 2 of 2) sorted by relevance
/llvm-project/lldb/include/lldb/Core/ | ||
H A D | IOHandler.h | 109 virtual llvm::StringRef GetControlSequence(char ch) { return {}; } GetControlSequence() function |
/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/ | ||
H A D | ScriptInterpreterPythonImpl.h | 436 llvm::StringRef GetControlSequence(char ch) override { GetControlSequence() function |