clang 17.0.0git
Classes | Namespaces
RefactoringActionRule.h File Reference
#include "clang/Basic/LLVM.h"
#include "llvm/ADT/StringRef.h"

Go to the source code of this file.

Classes

struct  clang::tooling::RefactoringDescriptor
 
class  clang::tooling::RefactoringActionRuleBase
 A common refactoring action rule interface that defines the 'invoke' function that performs the refactoring operation (either fully or partially). More...
 
class  clang::tooling::RefactoringActionRule
 A refactoring action rule is a wrapper class around a specific refactoring action rule (SourceChangeRefactoringRule, etc) that, in addition to invoking the action, describes the requirements that determine when the action can be initiated. More...
 

Namespaces

namespace  clang
 
namespace  clang::tooling