Home | History | Annotate | Download | only in Support

Lines Matching defs:Subs

268   SmallPtrSet<SubCommand *, 4> Subs; // The subcommands this option belongs to.
301 return any_of(Subs, [](const SubCommand *SC) {
319 void addSubCommand(SubCommand &S) { Subs.insert(&S); }
1718 Subs = AliasFor->Subs;