Lines Matching refs:Opt
21 Arg::Arg(const Option Opt, StringRef S, unsigned Index, const Arg *BaseArg)
22 : Opt(Opt), BaseArg(BaseArg), Spelling(S), Index(Index), Claimed(false),
25 Arg::Arg(const Option Opt, StringRef S, unsigned Index, const char *Value0,
27 : Opt(Opt), BaseArg(BaseArg), Spelling(S), Index(Index), Claimed(false),
32 Arg::Arg(const Option Opt, StringRef S, unsigned Index, const char *Value0,
34 : Opt(Opt), BaseArg(BaseArg), Spelling(S), Index(Index), Claimed(false),
48 O << "<Opt:";
49 Opt.print(O, /*AddNewLine=*/false);