Lines Matching refs:OptSpecifier

45 void ArgList::eraseArg(OptSpecifier Id) {  in eraseArg()
57 ArgList::getRange(std::initializer_list<OptSpecifier> Ids) const { in getRange()
72 bool ArgList::hasFlag(OptSpecifier Pos, OptSpecifier Neg, bool Default) const { in hasFlag()
78 bool ArgList::hasFlagNoClaim(OptSpecifier Pos, OptSpecifier Neg, in hasFlagNoClaim()
85 bool ArgList::hasFlag(OptSpecifier Pos, OptSpecifier PosAlias, OptSpecifier Neg, in hasFlag()
92 StringRef ArgList::getLastArgValue(OptSpecifier Id, StringRef Default) const { in getLastArgValue()
98 std::vector<std::string> ArgList::getAllArgValues(OptSpecifier Id) const { in getAllArgValues()
104 void ArgList::addOptInFlag(ArgStringList &Output, OptSpecifier Pos, in addOptInFlag()
105 OptSpecifier Neg) const { in addOptInFlag()
112 ArrayRef<OptSpecifier> Ids, in AddAllArgsExcept()
113 ArrayRef<OptSpecifier> ExcludeIds) const { in AddAllArgsExcept()
116 for (OptSpecifier Id : ExcludeIds) { in AddAllArgsExcept()
123 for (OptSpecifier Id : Ids) { in AddAllArgsExcept()
136 ArrayRef<OptSpecifier> Ids) const { in addAllArgs()
137 ArrayRef<OptSpecifier> Exclude = std::nullopt; in addAllArgs()
141 void ArgList::AddAllArgs(ArgStringList &Output, OptSpecifier Id0) const { in AddAllArgs()
148 void ArgList::AddAllArgValues(ArgStringList &Output, OptSpecifier Id0, in AddAllArgValues()
149 OptSpecifier Id1, OptSpecifier Id2) const { in AddAllArgValues()
157 void ArgList::AddAllArgsTranslated(ArgStringList &Output, OptSpecifier Id0, in AddAllArgsTranslated()
173 void ArgList::ClaimAllArgs(OptSpecifier Id0) const { in ClaimAllArgs()