clang 19.0.0git
Public Attributes | List of all members
clang::tooling::RefactoringDescriptor Struct Reference

#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.
 

Detailed Description

Definition at line 22 of file RefactoringActionRule.h.

Member Data Documentation

◆ Description

StringRef clang::tooling::RefactoringDescriptor::Description

A human readable description of what the refactoring does.

Definition at line 28 of file RefactoringActionRule.h.

◆ Name

StringRef clang::tooling::RefactoringDescriptor::Name

A unique identifier for the specific refactoring.

Definition at line 24 of file RefactoringActionRule.h.

◆ Title

StringRef clang::tooling::RefactoringDescriptor::Title

A human readable title for the refactoring.

Definition at line 26 of file RefactoringActionRule.h.


The documentation for this struct was generated from the following file: