Home
last modified time | relevance | path

Searched refs:AllSubCommands (Results 1 – 3 of 3) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/clang/lib/Tooling/
H A DCommonOptionsParser.cpp88 cl::sub(*cl::AllSubCommands)); in init()
92 cl::sub(*cl::AllSubCommands)); in init()
96 cl::cat(Category), cl::sub(*cl::AllSubCommands)); in init()
101 cl::cat(Category), cl::sub(*cl::AllSubCommands)); in init()
106 cl::cat(Category), cl::sub(*cl::AllSubCommands)); in init()
/freebsd-12.1/contrib/llvm/lib/Support/
H A DCommandLine.cpp110 registerSubCommand(&*AllSubCommands); in CommandLineParser()
129 if (SC == &*AllSubCommands) { in addLiteralOption()
180 if (SC == &*AllSubCommands) { in addOption()
298 if (sub != &*AllSubCommands) { in registerSubCommand()
299 for (auto &E : AllSubCommands->OptionsMap) { in registerSubCommand()
332 AllSubCommands->reset(); in reset()
334 registerSubCommand(&*AllSubCommands); in reset()
415 assert(&Sub != &*AllSubCommands); in LookupOption()
449 if (S == &*AllSubCommands) in LookupSubCommand()
2077 cl::sub(*AllSubCommands));
[all …]
/freebsd-12.1/contrib/llvm/include/llvm/Support/
H A DCommandLine.h242 extern ManagedStatic<SubCommand> AllSubCommands;
316 return SC == &*AllSubCommands; in isInAllSubCommands()