Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/tools/clang-refactor/
H A DClangRefactor.cpp283 ~RefactoringActionSubcommand() { unregisterSubCommand(); } in ~RefactoringActionSubcommand()
/openbsd-src/gnu/llvm/llvm/lib/Support/
H A DCommandLine.cpp389 void unregisterSubCommand(SubCommand *sub) { in unregisterSubCommand() function in __anonb28886ba0111::CommandLineParser
500 void SubCommand::unregisterSubCommand() { in unregisterSubCommand() function in SubCommand
501 GlobalParser->unregisterSubCommand(this); in unregisterSubCommand()
/openbsd-src/gnu/llvm/llvm/include/llvm/Support/
H A DCommandLine.h210 void unregisterSubCommand();