Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Core/
H A DIOHandlerCursesGUI.cpp1713 m_selection_type(SelectionType::NewButton) {} in ListFieldDelegate()
1718 enum class SelectionType { Field, RemoveButton, NewButton }; enum in lldb_private::curses::ListFieldDelegate
1748 if (m_selection_type == SelectionType::NewButton) in FieldDelegateGetScrollContext()
1797 is_element_selected && m_selection_type == SelectionType::Field; in DrawFields()
1800 m_selection_type == SelectionType::RemoveButton; in DrawFields()
1813 is_selected && m_selection_type == SelectionType::NewButton; in DrawNewButton()
1839 m_selection_type = SelectionType::Field; in AddNewField()
1850 m_selection_type = SelectionType::Field; in RemoveField()
1854 m_selection_type = SelectionType::NewButton; in RemoveField()
1858 if (m_selection_type == SelectionType::NewButton) in SelectNext()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DCOFFYAML.cpp333 : SelectionType(COFFYAML::COMDATType(0)) {} in NSectionSelectionType()
335 : SelectionType(COFFYAML::COMDATType(C)) {} in NSectionSelectionType()
337 uint8_t denormalize(IO &) { return SelectionType; } in denormalize()
339 COFFYAML::COMDATType SelectionType; member
563 IO.mapOptional("Selection", NSST->SelectionType, COFFYAML::COMDATType(0)); in mapping()