Home | History | Annotate | Download | only in Support

Lines Matching defs:Subs

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