Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Expression/
H A DREPL.cpp525 const StringList *current_lines = editline.GetCurrentLines(); in IOHandlerComplete() local
526 if (current_lines) { in IOHandlerComplete()
529 if (current_line_idx < current_lines->GetSize()) { in IOHandlerComplete()
531 const char *line_cstr = current_lines->GetStringAtIndex(i); in IOHandlerComplete()