Lines Matching refs:OptSpecifier

47 void ArgList::eraseArg(OptSpecifier Id) {  in eraseArg()
59 ArgList::getRange(std::initializer_list<OptSpecifier> Ids) const { in getRange()
74 bool ArgList::hasFlag(OptSpecifier Pos, OptSpecifier Neg, bool Default) const { in hasFlag()
80 bool ArgList::hasFlag(OptSpecifier Pos, OptSpecifier PosAlias, OptSpecifier Neg, in hasFlag()
87 StringRef ArgList::getLastArgValue(OptSpecifier Id, StringRef Default) const { in getLastArgValue()
93 std::vector<std::string> ArgList::getAllArgValues(OptSpecifier Id) const { in getAllArgValues()
99 void ArgList::AddLastArg(ArgStringList &Output, OptSpecifier Id) const { in AddLastArg()
106 void ArgList::AddLastArg(ArgStringList &Output, OptSpecifier Id0, in AddLastArg()
107 OptSpecifier Id1) const { in AddLastArg()
115 ArrayRef<OptSpecifier> Ids, in AddAllArgsExcept()
116 ArrayRef<OptSpecifier> ExcludeIds) const { in AddAllArgsExcept()
119 for (OptSpecifier Id : ExcludeIds) { in AddAllArgsExcept()
126 for (OptSpecifier Id : Ids) { in AddAllArgsExcept()
139 ArrayRef<OptSpecifier> Ids) const { in AddAllArgs()
140 ArrayRef<OptSpecifier> Exclude = None; in AddAllArgs()
146 void ArgList::AddAllArgs(ArgStringList &Output, OptSpecifier Id0, in AddAllArgs()
147 OptSpecifier Id1, OptSpecifier Id2) const { in AddAllArgs()
154 void ArgList::AddAllArgValues(ArgStringList &Output, OptSpecifier Id0, in AddAllArgValues()
155 OptSpecifier Id1, OptSpecifier Id2) const { in AddAllArgValues()
163 void ArgList::AddAllArgsTranslated(ArgStringList &Output, OptSpecifier Id0, in AddAllArgsTranslated()
179 void ArgList::ClaimAllArgs(OptSpecifier Id0) const { in ClaimAllArgs()