9#ifndef LLVM_CLANG_TOOLING_REFACTORING_REFACTORINGACTIONRULE_H
10#define LLVM_CLANG_TOOLING_REFACTORING_REFACTORINGACTIONRULE_H
13#include "llvm/ADT/StringRef.h"
18class RefactoringOptionVisitor;
19class RefactoringResultConsumer;
20class RefactoringRuleContext;
Forward-declares and imports various common LLVM datatypes that clang wants to use unqualified.
The refactoring rule context stores all of the inputs that might be needed by a refactoring action ru...
The JSON file list parser is used to communicate input to InstallAPI.