Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/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()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/
H A DCommandLine.cpp169 registerSubCommand(&*AllSubCommands); in CommandLineParser()
189 if (SC == &*AllSubCommands) { in addLiteralOption()
245 if (SC == &*AllSubCommands) { in addOption()
377 if (sub != &*AllSubCommands) { in registerSubCommand()
378 for (auto &E : AllSubCommands->OptionsMap) { in registerSubCommand()
411 AllSubCommands->reset(); in reset()
413 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 …]
/netbsd-src/external/apache2/llvm/dist/clang/tools/clang-refactor/
H A DClangRefactor.cpp42 cl::sub(*cl::AllSubCommands));
46 cl::sub(*cl::AllSubCommands));
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Support/
H A DCommandLine.h244 extern ManagedStatic<SubCommand> AllSubCommands;
320 return SC == &*AllSubCommands; in isInAllSubCommands()