Searched refs:SubCommands (Results 1 – 1 of 1) sorted by relevance
364 SubCommands.push_back(std::make_unique<RefactoringActionSubcommand>( in ClangRefactorTool()581 SubCommands, in getSelectedSubcommand()585 if (It == SubCommands.end()) { in getSelectedSubcommand()590 for (const auto &Subcommand : SubCommands) in getSelectedSubcommand()600 std::vector<std::unique_ptr<RefactoringActionSubcommand>> SubCommands; member in __anond439ce910111::ClangRefactorTool