Lines Matching refs:Id2
31 (Id2.isValid() && O.matches(Id2))) in SkipToNextArg()
67 OptSpecifier Id2) const { in getLastArgNoClaim()
71 (*it)->getOption().matches(Id2)) in getLastArgNoClaim()
77 OptSpecifier Id2, OptSpecifier Id3) const { in getLastArgNoClaim() argument
81 (*it)->getOption().matches(Id2) || (*it)->getOption().matches(Id3)) in getLastArgNoClaim()
113 OptSpecifier Id2) const { in getLastArg()
118 (*it)->getOption().matches(Id2)) { in getLastArg()
128 OptSpecifier Id2, OptSpecifier Id3) const { in getLastArg() argument
133 (*it)->getOption().matches(Id2) || in getLastArg()
144 OptSpecifier Id2, OptSpecifier Id3, in getLastArg() argument
150 (*it)->getOption().matches(Id2) || in getLastArg()
162 OptSpecifier Id2, OptSpecifier Id3, in getLastArg() argument
168 (*it)->getOption().matches(Id2) || in getLastArg()
181 OptSpecifier Id2, OptSpecifier Id3, in getLastArg() argument
188 (*it)->getOption().matches(Id2) || in getLastArg()
202 OptSpecifier Id2, OptSpecifier Id3, in getLastArg() argument
209 (*it)->getOption().matches(Id2) || in getLastArg()
265 OptSpecifier Id1, OptSpecifier Id2) const { in AddAllArgs()
266 for (auto Arg: filtered(Id0, Id1, Id2)) { in AddAllArgs()
273 OptSpecifier Id1, OptSpecifier Id2) const { in AddAllArgValues()
274 for (auto Arg : filtered(Id0, Id1, Id2)) { in AddAllArgValues()