Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/tools/clang-refactor/
H A DClangRefactor.cpp281 ~RefactoringActionSubcommand() { unregisterSubCommand(); } in ~RefactoringActionSubcommand()
/llvm-project-15.0.7/llvm/lib/Support/
H A DCommandLine.cpp391 void unregisterSubCommand(SubCommand *sub) { in unregisterSubCommand() function in __anon3d17f4330111::CommandLineParser
498 void SubCommand::unregisterSubCommand() { in unregisterSubCommand() function in SubCommand
499 GlobalParser->unregisterSubCommand(this); in unregisterSubCommand()
/llvm-project-15.0.7/llvm/include/llvm/Support/
H A DCommandLine.h211 void unregisterSubCommand();
/llvm-project-15.0.7/llvm/unittests/Support/
H A DCommandLineTest.cpp89 ~StackSubCommand() { unregisterSubCommand(); } in ~StackSubCommand()