struct RefactoringDescriptor
Declaration
struct RefactoringDescriptor { /* full declaration omitted */ };
Declared at: clang/include/clang/Tooling/Refactoring/RefactoringActionRule.h:23
Member Variables
- public llvm::StringRef Name
- A unique identifier for the specific refactoring.
- public llvm::StringRef Title
- A human readable title for the refactoring.
- public llvm::StringRef Description
- A human readable description of what the refactoring does.