|
clang 22.0.0git
|
#include "clang/Basic/LLVM.h"#include "clang/Tooling/Refactoring/RefactoringActionRules.h"#include <vector>Go to the source code of this file.
Classes | |
| class | clang::tooling::RefactoringAction |
| A refactoring action is a class that defines a set of related refactoring action rules. More... | |
Namespaces | |
| namespace | clang |
| The JSON file list parser is used to communicate input to InstallAPI. | |
| namespace | clang::tooling |
Functions | |
| std::vector< std::unique_ptr< RefactoringAction > > | clang::tooling::createRefactoringActions () |
| Returns the list of all the available refactoring actions. | |