Lines Matching refs:Id2
32 (Id2.isValid() && O.matches(Id2))) in SkipToNextArg()
65 OptSpecifier Id2) const { in getLastArgNoClaim()
69 (*it)->getOption().matches(Id2)) in getLastArgNoClaim()
75 OptSpecifier Id2, OptSpecifier Id3) const { in getLastArgNoClaim() argument
79 (*it)->getOption().matches(Id2) || (*it)->getOption().matches(Id3)) in getLastArgNoClaim()
111 OptSpecifier Id2) const { in getLastArg()
116 (*it)->getOption().matches(Id2)) { in getLastArg()
126 OptSpecifier Id2, OptSpecifier Id3) const { in getLastArg() argument
131 (*it)->getOption().matches(Id2) || in getLastArg()
142 OptSpecifier Id2, OptSpecifier Id3, in getLastArg() argument
148 (*it)->getOption().matches(Id2) || in getLastArg()
160 OptSpecifier Id2, OptSpecifier Id3, in getLastArg() argument
166 (*it)->getOption().matches(Id2) || in getLastArg()
179 OptSpecifier Id2, OptSpecifier Id3, in getLastArg() argument
186 (*it)->getOption().matches(Id2) || in getLastArg()
200 OptSpecifier Id2, OptSpecifier Id3, in getLastArg() argument
207 (*it)->getOption().matches(Id2) || in getLastArg()
278 OptSpecifier Id1, OptSpecifier Id2) const { in AddAllArgs()
279 for (auto Arg: filtered(Id0, Id1, Id2)) { in AddAllArgs()
286 OptSpecifier Id1, OptSpecifier Id2) const { in AddAllArgValues()
287 for (auto Arg : filtered(Id0, Id1, Id2)) { in AddAllArgValues()