clang 20.0.0git
|
#include "clang/Tooling/Refactoring/RefactoringActionRule.h"
Public Attributes | |
StringRef | Name |
A unique identifier for the specific refactoring. | |
StringRef | Title |
A human readable title for the refactoring. | |
StringRef | Description |
A human readable description of what the refactoring does. | |
Definition at line 22 of file RefactoringActionRule.h.
StringRef clang::tooling::RefactoringDescriptor::Description |
A human readable description of what the refactoring does.
Definition at line 28 of file RefactoringActionRule.h.
StringRef clang::tooling::RefactoringDescriptor::Name |
A unique identifier for the specific refactoring.
Definition at line 24 of file RefactoringActionRule.h.
StringRef clang::tooling::RefactoringDescriptor::Title |
A human readable title for the refactoring.
Definition at line 26 of file RefactoringActionRule.h.