Lines Matching refs:Id1
30 (Id1.isValid() && O.matches(Id1)) || in SkipToNextArg()
57 Arg *ArgList::getLastArgNoClaim(OptSpecifier Id0, OptSpecifier Id1) const { in getLastArgNoClaim()
61 (*it)->getOption().matches(Id1)) in getLastArgNoClaim()
66 Arg *ArgList::getLastArgNoClaim(OptSpecifier Id0, OptSpecifier Id1, in getLastArgNoClaim() argument
70 if ((*it)->getOption().matches(Id0) || (*it)->getOption().matches(Id1) || in getLastArgNoClaim()
76 Arg *ArgList::getLastArgNoClaim(OptSpecifier Id0, OptSpecifier Id1, in getLastArgNoClaim() argument
80 if ((*it)->getOption().matches(Id0) || (*it)->getOption().matches(Id1) || in getLastArgNoClaim()
98 Arg *ArgList::getLastArg(OptSpecifier Id0, OptSpecifier Id1) const { in getLastArg()
102 (*it)->getOption().matches(Id1)) { in getLastArg()
112 Arg *ArgList::getLastArg(OptSpecifier Id0, OptSpecifier Id1, in getLastArg() argument
117 (*it)->getOption().matches(Id1) || in getLastArg()
127 Arg *ArgList::getLastArg(OptSpecifier Id0, OptSpecifier Id1, in getLastArg() argument
132 (*it)->getOption().matches(Id1) || in getLastArg()
143 Arg *ArgList::getLastArg(OptSpecifier Id0, OptSpecifier Id1, in getLastArg() argument
149 (*it)->getOption().matches(Id1) || in getLastArg()
161 Arg *ArgList::getLastArg(OptSpecifier Id0, OptSpecifier Id1, in getLastArg() argument
167 (*it)->getOption().matches(Id1) || in getLastArg()
180 Arg *ArgList::getLastArg(OptSpecifier Id0, OptSpecifier Id1, in getLastArg() argument
187 (*it)->getOption().matches(Id1) || in getLastArg()
201 Arg *ArgList::getLastArg(OptSpecifier Id0, OptSpecifier Id1, in getLastArg() argument
208 (*it)->getOption().matches(Id1) || in getLastArg()
257 OptSpecifier Id1) const { in AddLastArg()
258 if (Arg *A = getLastArg(Id0, Id1)) { in AddLastArg()
265 OptSpecifier Id1, OptSpecifier Id2) const { in AddAllArgs() argument
266 for (auto Arg: filtered(Id0, Id1, Id2)) { in AddAllArgs()
273 OptSpecifier Id1, OptSpecifier Id2) const { in AddAllArgValues() argument
274 for (auto Arg : filtered(Id0, Id1, Id2)) { in AddAllArgValues()