Go to the documentation of this file.
9 #ifndef LLVM_CLANG_TOOLING_REFACTORING_REFACTORINGACTIONRULE_H
10 #define LLVM_CLANG_TOOLING_REFACTORING_REFACTORINGACTIONRULE_H
13 #include "llvm/ADT/Optional.h"
14 #include "llvm/ADT/StringRef.h"
19 class RefactoringOptionVisitor;
20 class RefactoringResultConsumer;
21 class RefactoringRuleContext;
72 #endif // LLVM_CLANG_TOOLING_REFACTORING_REFACTORINGACTIONRULE_H
The refactoring rule context stores all of the inputs that might be needed by a refactoring action ru...