Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Interpreter/
H A DOptions.h220 typedef std::vector<OptionSet> OptionSetVector; typedef
224 OptionSetVector m_required_options;
225 OptionSetVector m_optional_options;
227 OptionSetVector &GetRequiredOptions() { in GetRequiredOptions()
232 OptionSetVector &GetOptionalOptions() { in GetOptionalOptions()