Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/lldb/source/Core/
DIOHandlerCursesGUI.cpp2200 bool a_field_is_selected = m_selection_type == SelectionType::Field; in DrawFields() local
2205 bool is_field_selected = a_field_is_selected && m_selection_index == i; in DrawFields()