Home | History | Annotate | Download | only in Option

Lines Matching defs:getLastArg

66 Arg *ArgList::getLastArg(OptSpecifier Id) const {
78 Arg *ArgList::getLastArg(OptSpecifier Id0, OptSpecifier Id1) const {
92 Arg *ArgList::getLastArg(OptSpecifier Id0, OptSpecifier Id1,
107 Arg *ArgList::getLastArg(OptSpecifier Id0, OptSpecifier Id1,
123 Arg *ArgList::getLastArg(OptSpecifier Id0, OptSpecifier Id1,
141 Arg *ArgList::getLastArg(OptSpecifier Id0, OptSpecifier Id1,
160 Arg *ArgList::getLastArg(OptSpecifier Id0, OptSpecifier Id1,
181 Arg *ArgList::getLastArg(OptSpecifier Id0, OptSpecifier Id1,
204 if (Arg *A = getLastArg(Pos, Neg))
211 if (Arg *A = getLastArg(Pos, PosAlias, Neg))
218 if (Arg *A = getLastArg(Id))
230 if (Arg *A = getLastArg(Id)) {
238 if (Arg *A = getLastArg(Id0, Id1)) {