Lines Matching refs:Index
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),
53 O << " Index:" << Index;