Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/Core/
H A DIOHandlerCursesGUI.cpp1751 m_selection_type = SelectionType::Field; in AddNewField()
1762 m_selection_type = SelectionType::Field; in RemoveField()
1779 m_selection_type = SelectionType::Field; in SelectNext()
1801 m_selection_type = SelectionType::Field; in SelectPrevious()
1831 case SelectionType::NewButton: in FieldDelegateHandleChar()
1834 case SelectionType::RemoveButton: in FieldDelegateHandleChar()
1886 m_selection_type = SelectionType::Field; in FieldDelegateSelectFirstElement()
1908 SelectionType m_selection_type;
2084 m_selection_type = SelectionType::Field; in FormWindowDelegate()
2092 enum class SelectionType { Field, Action }; enum in curses::FormWindowDelegate
[all …]
/freebsd-13.1/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DCOFFYAML.cpp309 : SelectionType(COFFYAML::COMDATType(0)) {} in NSectionSelectionType()
311 : SelectionType(COFFYAML::COMDATType(C)) {} in NSectionSelectionType()
313 uint8_t denormalize(IO &) { return SelectionType; } in denormalize()
315 COFFYAML::COMDATType SelectionType; member
533 IO.mapOptional("Selection", NSST->SelectionType, COFFYAML::COMDATType(0)); in mapping()