Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Host/common/
H A DEditline.cpp322 std::string Editline::PromptForIndex(int line_index) { in PromptForIndex() function in Editline
352 m_current_prompt = PromptForIndex(line_index); in SetCurrentLine()
355 int Editline::GetPromptWidth() { return (int)PromptForIndex(0).length(); } in GetPromptWidth()
433 faint, PromptForIndex(index).c_str(), unfaint, in DisplayInput()
442 PromptForIndex(0); // Prompt width is constant during an edit session in CountRowsForLine()
/llvm-project-15.0.7/lldb/include/lldb/Host/
H A DEditline.h240 std::string PromptForIndex(int line_index);