Home
last modified time | relevance | path

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

/src/contrib/llvm-project/lldb/source/Host/common/
H A DEditline.cpp310 std::string Editline::PromptForIndex(int line_index) { in PromptForIndex() function in Editline
342 m_current_prompt = PromptForIndex(line_index); in SetCurrentLine()
345 size_t Editline::GetPromptWidth() { return ColumnWidth(PromptForIndex(0)); } in GetPromptWidth()
421 m_prompt_ansi_prefix.c_str(), PromptForIndex(index).c_str(), in DisplayInput()
430 PromptForIndex(0); // Prompt width is constant during an edit session in CountRowsForLine()
/src/contrib/llvm-project/lldb/include/lldb/Host/
H A DEditline.h252 std::string PromptForIndex(int line_index);