clang 20.0.0git
|
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< Replacement > | Replacements |
Collection of Replacements generated from a single translation unit.
Definition at line 335 of file Replacement.h.
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().
std::vector<Replacement> clang::tooling::TranslationUnitReplacements::Replacements |
Definition at line 339 of file Replacement.h.
Referenced by llvm::yaml::MappingTraits< clang::tooling::TranslationUnitReplacements >::mapping().