Searched refs:eOptionalArgument (Results 1 - 5 of 5) sorted by relevance

/freebsd-current/contrib/llvm-project/lldb/include/lldb/Host/
H A DOptionParser.h35 enum OptionArgument { eNoArgument = 0, eRequiredArgument, eOptionalArgument }; enumerator in enum:lldb_private::OptionParser::OptionArgument
/freebsd-current/contrib/llvm-project/lldb/source/Interpreter/
H A DOptionGroupValueObjectDisplay.cpp48 OptionParser::eOptionalArgument, nullptr, {}, 0, eArgTypeCount,
H A DOptions.cpp383 case OptionParser::eOptionalArgument:
919 case OptionParser::eOptionalArgument:
1005 case OptionParser::eOptionalArgument:
1204 case OptionParser::eOptionalArgument:
H A DCommandInterpreter.cpp1647 if (value_type != OptionParser::eOptionalArgument)
2224 if (value_type != OptionParser::eOptionalArgument)
2233 if (value_type != OptionParser::eOptionalArgument)
2254 if (value_type != OptionParser::eOptionalArgument)
/freebsd-current/contrib/llvm-project/lldb/utils/TableGen/
H A DLLDBOptionDefEmitter.cpp100 OS << "eOptionalArgument";

Completed in 95 milliseconds