Home
last modified time | relevance | path

Searched refs:registerSubCommand (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/
H A DCommandLine.cpp168 registerSubCommand(&*TopLevelSubCommand); in CommandLineParser()
169 registerSubCommand(&*AllSubCommands); in CommandLineParser()
366 void registerSubCommand(SubCommand *sub) { in registerSubCommand() function in __anon1df4e36e0111::CommandLineParser
412 registerSubCommand(&*TopLevelSubCommand); in reset()
413 registerSubCommand(&*AllSubCommands); in reset()
495 void SubCommand::registerSubCommand() { in registerSubCommand() function in SubCommand
496 GlobalParser->registerSubCommand(this); in registerSubCommand()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Support/
H A DCommandLine.h216 void registerSubCommand();
222 registerSubCommand(); in Name()