Searched refs:RefactoringAction (Results 1 - 3 of 3) sorted by relevance

/netbsd-current/external/apache2/llvm/dist/clang/include/clang/Tooling/Refactoring/
H A DRefactoringAction.h1 //===--- RefactoringAction.h - Clang refactoring library ------------------===//
23 /// A subclass of \c RefactoringAction is responsible for creating the set of
39 class RefactoringAction { class in namespace:clang::tooling
41 virtual ~RefactoringAction() {}
58 std::vector<std::unique_ptr<RefactoringAction>> createRefactoringActions();
/netbsd-current/external/apache2/llvm/dist/clang/lib/Tooling/Refactoring/
H A DRefactoringActions.cpp10 #include "clang/Tooling/Refactoring/RefactoringAction.h"
29 class ExtractRefactoring final : public RefactoringAction {
74 class LocalRename final : public RefactoringAction {
98 std::vector<std::unique_ptr<RefactoringAction>> createRefactoringActions() {
99 std::vector<std::unique_ptr<RefactoringAction>> Actions;
107 RefactoringActionRules RefactoringAction::createActiveActionRules() {
/netbsd-current/external/apache2/llvm/dist/clang/tools/clang-refactor/
H A DClangRefactor.cpp21 #include "clang/Tooling/Refactoring/RefactoringAction.h"
255 RefactoringActionSubcommand(std::unique_ptr<RefactoringAction> Action,
307 std::unique_ptr<RefactoringAction> Action;
348 std::vector<std::unique_ptr<RefactoringAction>> Actions =

Completed in 129 milliseconds