Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Interpreter/
H A DOptionValueEnumeration.cpp51 ConstString const_enumerator_name(value.trim()); in SetValueFromString() local
53 m_enumerations.FindFirstValueForName(const_enumerator_name); in SetValueFromString()
90 ConstString const_enumerator_name(enumerator.string_value); in SetEnumerations() local
92 m_enumerations.Append(const_enumerator_name, enumerator_info); in SetEnumerations()