Searched refs:OptionsSetUnion (Results 1 - 2 of 2) sorted by relevance

/freebsd-10-stable/contrib/llvm/tools/lldb/include/lldb/Interpreter/
H A DOptions.h335 OptionsSetUnion (const OptionSet &set_a, const OptionSet &set_b, OptionSet &union_set);
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Interpreter/
H A DOptions.cpp112 Options::OptionsSetUnion (const OptionSet &set_a, const OptionSet &set_b, OptionSet &union_set) function in class:Options
728 OptionsSetUnion (GetRequiredOptions()[i], GetOptionalOptions()[i], union_set);

Completed in 101 milliseconds