Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Tooling/
H A 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()
/llvm-project-15.0.7/llvm/lib/Support/
H A DCommandLine.cpp191 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 DCommandLineOpts.cpp143 cl::sub(*cl::AllSubCommands));
189 cl::sub(*cl::AllSubCommands));
/llvm-project-15.0.7/clang/tools/clang-refactor/
H A DClangRefactor.cpp42 cl::sub(*cl::AllSubCommands));
46 cl::sub(*cl::AllSubCommands));
/llvm-project-15.0.7/llvm/unittests/Support/
H A DCommandLineTest.cpp532 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 Dllvm-bolt.cpp52 cl::sub(*cl::AllSubCommands));
/llvm-project-15.0.7/llvm/include/llvm/Support/
H A DCommandLine.h238 extern ManagedStatic<SubCommand> AllSubCommands;
312 return llvm::is_contained(Subs, &*AllSubCommands); in isInAllSubCommands()