Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/tools/lldb-mi/
H A DMICmdArgValOptionLong.cpp23 : m_nExpectingNOptions(0), m_eExpectingOptionType(eArgValType_invalid) {} in CMICmdArgValOptionLong()
41 m_nExpectingNOptions(0), m_eExpectingOptionType(eArgValType_invalid) {} in CMICmdArgValOptionLong()
66 m_eExpectingOptionType(veType) {} in CMICmdArgValOptionLong()
201 if (IsExpectedCorrectType(rOption, m_eExpectingOptionType)) { in ExtractExpectedOptions()
204 CreationObj(rOption, m_eExpectingOptionType); in ExtractExpectedOptions()
H A DMICmdArgValOptionLong.h77 ArgValType_e m_eExpectingOptionType; // The type of options expected to read variable