Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lldb/source/Core/
H A DIOHandlerCursesGUI.cpp1838 m_selection_type = SelectionType::Field; in AddNewField()
1943 case SelectionType::NewButton: in FieldDelegateHandleChar()
1946 case SelectionType::RemoveButton: in FieldDelegateHandleChar()
1949 case SelectionType::Field: in FieldDelegateHandleChar()
1996 m_selection_type = SelectionType::Field; in FieldDelegateSelectFirstElement()
2017 SelectionType m_selection_type;
2052 enum class SelectionType { Key, Value }; enum in curses::MappingFieldDelegate
2120 m_selection_type = SelectionType::Key; in SelectPrevious()
2175 m_selection_type = SelectionType::Key; in FieldDelegateSelectFirstElement()
2195 SelectionType m_selection_type;
[all …]
/freebsd-14.2/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DCOFFYAML.cpp314 : SelectionType(COFFYAML::COMDATType(0)) {} in NSectionSelectionType()
316 : SelectionType(COFFYAML::COMDATType(C)) {} in NSectionSelectionType()
318 uint8_t denormalize(IO &) { return SelectionType; } in denormalize()
320 COFFYAML::COMDATType SelectionType; member
540 IO.mapOptional("Selection", NSST->SelectionType, COFFYAML::COMDATType(0)); in mapping()