Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/tools/clang-refactor/
H A DClangRefactor.cpp281 ~RefactoringActionSubcommand() { unregisterSubCommand(); } in ~RefactoringActionSubcommand()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/
H A DCommandLine.cpp389 void unregisterSubCommand(SubCommand *sub) { in unregisterSubCommand() function in __anon1df4e36e0111::CommandLineParser
499 void SubCommand::unregisterSubCommand() { in unregisterSubCommand() function in SubCommand
500 GlobalParser->unregisterSubCommand(this); in unregisterSubCommand()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Support/
H A DCommandLine.h217 void unregisterSubCommand();