clang  9.0.0
Public Attributes | List of all members
clang::tooling::detail::Transformation Struct Reference

A source "transformation," represented by a character range in the source to be replaced and a corresponding replacement string. More...

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

Collaboration diagram for clang::tooling::detail::Transformation:
[legend]

Public Attributes

CharSourceRange Range
 
std::string Replacement
 

Detailed Description

A source "transformation," represented by a character range in the source to be replaced and a corresponding replacement string.

Definition at line 256 of file Transformer.h.

Member Data Documentation

◆ Range

CharSourceRange clang::tooling::detail::Transformation::Range

Definition at line 257 of file Transformer.h.

Referenced by clang::tooling::detail::translateEdits().

◆ Replacement

std::string clang::tooling::detail::Transformation::Replacement

Definition at line 258 of file Transformer.h.

Referenced by clang::tooling::detail::translateEdits().


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