clang  9.0.0
Classes | Public Attributes | Static Public Attributes | List of all members
clang::tooling::RewriteRule Struct Reference

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

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

Collaboration diagram for clang::tooling::RewriteRule:
[legend]

Classes

struct  Case
 

Public Attributes

SmallVector< Case, 1 > Cases
 

Static Public Attributes

static constexpr llvm::StringLiteral RootID = "___root___"
 

Detailed Description

Description of a source-code transformation.

Definition at line 118 of file Transformer.h.

Member Data Documentation

◆ Cases

SmallVector<Case, 1> clang::tooling::RewriteRule::Cases

◆ RootID

constexpr llvm::StringLiteral RewriteRule::RootID = "___root___"
static

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