Searched defs:AllSubCommands (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/Support/
H A DCommandLine.cpp106 registerSubCommand(&*AllSubCommands);
125 if (SC == &*AllSubCommands) {
176 if (SC == &*AllSubCommands) {
294 if (sub != &*AllSubCommands) {
295 for (auto &E : AllSubCommands->OptionsMap) {
322 AllSubCommands->reset();
324 registerSubCommand(&*AllSubCommands);
370 ManagedStatic<SubCommand> llvm::cl::AllSubCommands; member in class:llvm::cl
404 assert(&Sub != &*AllSubCommands);
433 if (S == &*AllSubCommands)
[all...]

Completed in 474 milliseconds