Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/tools/clang-refactor/
H A DClangRefactor.cpp366 SubCommands.push_back(std::make_unique<RefactoringActionSubcommand>( in ClangRefactorTool()
583 SubCommands, in getSelectedSubcommand()
587 if (It == SubCommands.end()) { in getSelectedSubcommand()
592 for (const auto &Subcommand : SubCommands) in getSelectedSubcommand()
602 std::vector<std::unique_ptr<RefactoringActionSubcommand>> SubCommands; member in __anonf090c3dd0111::ClangRefactorTool