clang 20.0.0git
|
#include "clang/Tooling/Refactoring/RefactoringActionRule.h"
#include "clang/Tooling/Refactoring/RefactoringActionRulesInternal.h"
Go to the source code of this file.
Classes | |
class | clang::tooling::SourceChangeRefactoringRule |
A type of refactoring action rule that produces source replacements in the form of atomic changes. More... | |
class | clang::tooling::FindSymbolOccurrencesRefactoringRule |
A type of refactoring action rule that finds a set of symbol occurrences that reference a particular symbol. More... | |
Namespaces | |
namespace | clang |
The JSON file list parser is used to communicate input to InstallAPI. | |
namespace | clang::tooling |
Typedefs | |
using | clang::tooling::RefactoringActionRules = std::vector< std::unique_ptr< RefactoringActionRule > > |
A set of refactoring action rules that should have unique initiation requirements. | |
Functions | |
template<typename RuleType , typename... RequirementTypes> | |
std::unique_ptr< RefactoringActionRule > | clang::tooling::createRefactoringActionRule (const RequirementTypes &... Requirements) |
Creates a new refactoring action rule that constructs and invokes the RuleType rule when all of the requirements are satisfied. | |