Home
last modified time | relevance | path

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

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