Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Core/
H A DIOHandlerCursesGUI.cpp1837 m_selection_type = SelectionType::Field; in AddNewField()
1942 case SelectionType::NewButton: in FieldDelegateHandleChar()
1945 case SelectionType::RemoveButton: in FieldDelegateHandleChar()
1948 case SelectionType::Field: in FieldDelegateHandleChar()
1995 m_selection_type = SelectionType::Field; in FieldDelegateSelectFirstElement()
2016 SelectionType m_selection_type;
2051 enum class SelectionType { Key, Value }; enum in curses::MappingFieldDelegate
2119 m_selection_type = SelectionType::Key; in SelectPrevious()
2174 m_selection_type = SelectionType::Key; in FieldDelegateSelectFirstElement()
2194 SelectionType m_selection_type;
[all …]
/llvm-project-15.0.7/llvm/lib/ObjectYAML/
H A DCOFFYAML.cpp312 : SelectionType(COFFYAML::COMDATType(0)) {} in NSectionSelectionType()
314 : SelectionType(COFFYAML::COMDATType(C)) {} in NSectionSelectionType()
316 uint8_t denormalize(IO &) { return SelectionType; } in denormalize()
318 COFFYAML::COMDATType SelectionType; member
538 IO.mapOptional("Selection", NSST->SelectionType, COFFYAML::COMDATType(0)); in mapping()