clang 19.0.0git
Classes | Public Attributes | List of all members
clang::transformer::RewriteRuleBase Struct Reference

Description of a source-code transformation. More...

#include "clang/Tooling/Transformer/RewriteRule.h"

Inheritance diagram for clang::transformer::RewriteRuleBase:
Inheritance graph
[legend]

Classes

struct  Case
 

Public Attributes

SmallVector< Case, 1 > Cases
 

Detailed Description

Description of a source-code transformation.

Definition at line 282 of file RewriteRule.h.

Member Data Documentation

◆ Cases

SmallVector<Case, 1> clang::transformer::RewriteRuleBase::Cases

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