Lines Matching refs:Option
26 Option::Option(const OptTable::Info *info, const OptTable *owner) in Option() function in Option
41 void Option::print(raw_ostream &O, bool AddNewLine) const { in print()
70 const Option Group = getGroup(); in print()
76 const Option Alias = getAlias(); in print()
91 LLVM_DUMP_METHOD void Option::dump() const { print(dbgs()); } in dump()
94 bool Option::matches(OptSpecifier Opt) const { in matches()
96 const Option Alias = getAlias(); in matches()
104 const Option Group = getGroup(); in matches()
110 std::unique_ptr<Arg> Option::acceptInternal(const ArgList &Args, in acceptInternal()
234 std::unique_ptr<Arg> Option::accept(const ArgList &Args, StringRef CurArg, in accept()
243 const Option &UnaliasedOption = getUnaliasedOption(); in accept()