Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Interpreter/
DOptionValueEnumeration.cpp54 ConstString const_enumerator_name(value.trim()); in SetValueFromString() local
56 m_enumerations.FindFirstValueForName(const_enumerator_name); in SetValueFromString()
93 ConstString const_enumerator_name(enumerator.string_value); in SetEnumerations() local
95 m_enumerations.Append(const_enumerator_name, enumerator_info); in SetEnumerations()