Lines Matching refs:Id1
31 (Id1.isValid() && O.matches(Id1)) || in SkipToNextArg()
55 Arg *ArgList::getLastArgNoClaim(OptSpecifier Id0, OptSpecifier Id1) const { in getLastArgNoClaim()
59 (*it)->getOption().matches(Id1)) in getLastArgNoClaim()
64 Arg *ArgList::getLastArgNoClaim(OptSpecifier Id0, OptSpecifier Id1, in getLastArgNoClaim() argument
68 if ((*it)->getOption().matches(Id0) || (*it)->getOption().matches(Id1) || in getLastArgNoClaim()
74 Arg *ArgList::getLastArgNoClaim(OptSpecifier Id0, OptSpecifier Id1, in getLastArgNoClaim() argument
78 if ((*it)->getOption().matches(Id0) || (*it)->getOption().matches(Id1) || in getLastArgNoClaim()
96 Arg *ArgList::getLastArg(OptSpecifier Id0, OptSpecifier Id1) const { in getLastArg()
100 (*it)->getOption().matches(Id1)) { in getLastArg()
110 Arg *ArgList::getLastArg(OptSpecifier Id0, OptSpecifier Id1, in getLastArg() argument
115 (*it)->getOption().matches(Id1) || in getLastArg()
125 Arg *ArgList::getLastArg(OptSpecifier Id0, OptSpecifier Id1, in getLastArg() argument
130 (*it)->getOption().matches(Id1) || in getLastArg()
141 Arg *ArgList::getLastArg(OptSpecifier Id0, OptSpecifier Id1, in getLastArg() argument
147 (*it)->getOption().matches(Id1) || in getLastArg()
159 Arg *ArgList::getLastArg(OptSpecifier Id0, OptSpecifier Id1, in getLastArg() argument
165 (*it)->getOption().matches(Id1) || in getLastArg()
178 Arg *ArgList::getLastArg(OptSpecifier Id0, OptSpecifier Id1, in getLastArg() argument
185 (*it)->getOption().matches(Id1) || in getLastArg()
199 Arg *ArgList::getLastArg(OptSpecifier Id0, OptSpecifier Id1, in getLastArg() argument
206 (*it)->getOption().matches(Id1) || in getLastArg()
255 OptSpecifier Id1) const { in AddLastArg()
256 if (Arg *A = getLastArg(Id0, Id1)) { in AddLastArg()
278 OptSpecifier Id1, OptSpecifier Id2) const { in AddAllArgs() argument
279 for (auto Arg: filtered(Id0, Id1, Id2)) { in AddAllArgs()
286 OptSpecifier Id1, OptSpecifier Id2) const { in AddAllArgValues() argument
287 for (auto Arg : filtered(Id0, Id1, Id2)) { in AddAllArgValues()