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

Collection of Replacements generated from a single translation unit. More...

#include "clang/Tooling/Core/Replacement.h"

Public Attributes

std::string MainSourceFile
 Name of the main source for the translation unit.
 
std::vector< ReplacementReplacements
 

Detailed Description

Collection of Replacements generated from a single translation unit.

Definition at line 335 of file Replacement.h.

Member Data Documentation

◆ MainSourceFile

std::string clang::tooling::TranslationUnitReplacements::MainSourceFile

Name of the main source for the translation unit.

Definition at line 337 of file Replacement.h.

Referenced by llvm::yaml::MappingTraits< clang::tooling::TranslationUnitReplacements >::mapping().

◆ Replacements

std::vector<Replacement> clang::tooling::TranslationUnitReplacements::Replacements

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