Searched refs:RefactoringActionSubcommand (Results 1 – 1 of 1) sorted by relevance
253 class RefactoringActionSubcommand : public cl::SubCommand { class255 RefactoringActionSubcommand(std::unique_ptr<RefactoringAction> Action, in RefactoringActionSubcommand() function in __anond439ce910111::RefactoringActionSubcommand281 ~RefactoringActionSubcommand() { unregisterSubCommand(); } in ~RefactoringActionSubcommand()364 SubCommands.push_back(std::make_unique<RefactoringActionSubcommand>( in ClangRefactorTool()518 void logInvocation(RefactoringActionSubcommand &Subcommand, in logInvocation()532 getMatchingRule(RefactoringActionSubcommand &Subcommand) { in getMatchingRule()579 llvm::Expected<RefactoringActionSubcommand *> getSelectedSubcommand() { in getSelectedSubcommand()582 [](const std::unique_ptr<RefactoringActionSubcommand> &SubCommand) { in getSelectedSubcommand()596 RefactoringActionSubcommand *Subcommand = &(**It); in getSelectedSubcommand()600 std::vector<std::unique_ptr<RefactoringActionSubcommand>> SubCommands;[all …]