Home
last modified time | relevance | path

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

/llvm-project/lldb/include/lldb/Interpreter/
H A DOptions.h196 typedef std::vector<OptionSet> OptionSetVector; typedef
200 OptionSetVector m_required_options;
201 OptionSetVector m_optional_options;
203 OptionSetVector &GetRequiredOptions() { in GetRequiredOptions()
208 OptionSetVector &GetOptionalOptions() { in GetOptionalOptions()