Home
last modified time | relevance | path

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

/src/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DOptionValueEnumeration.h26 struct EnumeratorInfo { struct
30 typedef UniqueCStringMap<EnumeratorInfo> EnumerationMap; argument
/src/contrib/llvm-project/lldb/source/Interpreter/
H A DOptionValueEnumeration.cpp91 EnumeratorInfo enumerator_info = {enumerator.value, enumerator.usage}; in SetEnumerations()