Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/clang/lib/Tooling/
DCommonOptionsParser.cpp89 cl::sub(*cl::AllSubCommands)); in init()
93 cl::cat(Category), cl::sub(*cl::AllSubCommands)); in init()
98 cl::cat(Category), cl::sub(*cl::AllSubCommands)); in init()
103 cl::cat(Category), cl::sub(*cl::AllSubCommands)); in init()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Support/
DCommandLine.cpp172 registerSubCommand(&*AllSubCommands); in CommandLineParser()
192 if (SC == &*AllSubCommands) { in addLiteralOption()
248 if (SC == &*AllSubCommands) { in addOption()
380 if (sub != &*AllSubCommands) { in registerSubCommand()
381 for (auto &E : AllSubCommands->OptionsMap) { in registerSubCommand()
414 AllSubCommands->reset(); in reset()
416 registerSubCommand(&*AllSubCommands); in reset()
493 ManagedStatic<SubCommand> llvm::cl::AllSubCommands; member in llvm::cl
527 assert(&Sub != &*AllSubCommands); in LookupOption()
557 if (S == &*AllSubCommands) in LookupSubCommand()
[all …]
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/Support/
DCommandLine.h244 extern ManagedStatic<SubCommand> AllSubCommands;
320 return SC == &*AllSubCommands; in isInAllSubCommands()