Searched refs:AllSubCommands (Results 1 – 7 of 7) sorted by relevance
| /llvm-project-15.0.7/clang/lib/Tooling/ |
| H A D | CommonOptionsParser.cpp | 89 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()
|
| /llvm-project-15.0.7/llvm/lib/Support/ |
| H A D | CommandLine.cpp | 191 if (SC == &*AllSubCommands) { in addLiteralOption() 247 if (SC == &*AllSubCommands) { in addOption() 379 if (sub != &*AllSubCommands) { in registerSubCommand() 413 AllSubCommands->reset(); in reset() 556 if (S == &*AllSubCommands) in LookupSubCommand() 2522 cl::sub(*AllSubCommands)}; 2531 cl::sub(*AllSubCommands)}; 2542 cl::sub(*AllSubCommands)}; 2554 cl::sub(*AllSubCommands)}; 2562 cl::sub(*AllSubCommands)}; [all …]
|
| /llvm-project-15.0.7/bolt/lib/Utils/ |
| H A D | CommandLineOpts.cpp | 143 cl::sub(*cl::AllSubCommands)); 189 cl::sub(*cl::AllSubCommands));
|
| /llvm-project-15.0.7/clang/tools/clang-refactor/ |
| H A D | ClangRefactor.cpp | 42 cl::sub(*cl::AllSubCommands)); 46 cl::sub(*cl::AllSubCommands));
|
| /llvm-project-15.0.7/llvm/unittests/Support/ |
| H A D | CommandLineTest.cpp | 532 StackOption<bool> AllOpt("everywhere", cl::sub(*cl::AllSubCommands), in TEST() 641 StackOption<bool> RemoveOption("remove-option", cl::sub(*cl::AllSubCommands), in TEST() 643 StackOption<bool> KeepOption("keep-option", cl::sub(*cl::AllSubCommands), in TEST() 722 StackOption<std::string> Bar("bar", cl::sub(*cl::AllSubCommands), in TEST() 727 StackOption<bool> Foo("foo", cl::init(false), cl::sub(*cl::AllSubCommands), in TEST()
|
| /llvm-project-15.0.7/bolt/tools/driver/ |
| H A D | llvm-bolt.cpp | 52 cl::sub(*cl::AllSubCommands));
|
| /llvm-project-15.0.7/llvm/include/llvm/Support/ |
| H A D | CommandLine.h | 238 extern ManagedStatic<SubCommand> AllSubCommands; 312 return llvm::is_contained(Subs, &*AllSubCommands); in isInAllSubCommands()
|