clang 22.0.0git
RefactoringActionRules.h File Reference

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
 A set of refactoring action rules that should have unique initiation requirements.

Functions

template<typename RuleType, typename... RequirementTypes>
std::unique_ptr< RefactoringActionRuleclang::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.