Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/lldb/source/Core/
H A DIOHandlerCursesGUI.cpp2589 bool a_field_is_selected = m_selection_type == SelectionType::Field; in DrawFields() local
2594 bool is_field_selected = a_field_is_selected && m_selection_index == i; in DrawFields()