Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Host/common/
DEditline.cpp340 void Editline::SetCurrentLine(int line_index) { in SetCurrentLine() function in Editline
525 SetCurrentLine(m_current_line_index); in RecallHistory()
658 SetCurrentLine(m_current_line_index + 1); in BreakLineCommand()
758 SetCurrentLine(m_current_line_index - 1); in DeletePreviousCharCommand()
792 SetCurrentLine(m_current_line_index - 1); in PreviousLineCommand()
824 SetCurrentLine(m_current_line_index + 1); in NextLineCommand()
886 SetCurrentLine(m_current_line_index); in FixIndentationCommand()
908 SetCurrentLine(0); in BufferStartCommand()
916 SetCurrentLine((int)m_input_lines.size() - 1); in BufferEndCommand()
1491 SetCurrentLine(0); in GetLine()
[all …]
/external/deqp-deps/amber/src/vkscript/
Dparser.cc153 tokenizer.SetCurrentLine(section.starting_line_number + 1); in ProcessRequireBlock()
279 tokenizer.SetCurrentLine(section.starting_line_number); in ProcessIndicesBlock()
322 tokenizer.SetCurrentLine(section.starting_line_number); in ProcessVertexDataBlock()
Dcommand_parser.cc58 tokenizer_->SetCurrentLine(current_line); in CommandParser()
/external/deqp-deps/amber/src/
Dtokenizer.h111 void SetCurrentLine(size_t line) { current_line_ = line; } in SetCurrentLine() function
/external/llvm-project/lldb/include/lldb/Host/
DEditline.h230 void SetCurrentLine(int line_index);