reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

tools/lldb/include/lldb/Host/Editline.h
  212   std::string PromptForIndex(int line_index);

References

tools/lldb/source/Host/common/Editline.cpp
  310   m_current_prompt = PromptForIndex(line_index);
  313 int Editline::GetPromptWidth() { return (int)PromptForIndex(0).length(); }
  391             faint, PromptForIndex(index).c_str(), unfaint,
  400       PromptForIndex(0); // Prompt width is constant during an edit session