clang
15.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. More... | |
std::vector< Replacement > | Replacements |
Collection of Replacements generated from a single translation unit.
Definition at line 332 of file Replacement.h.
std::string clang::tooling::TranslationUnitReplacements::MainSourceFile |
Name of the main source for the translation unit.
Definition at line 334 of file Replacement.h.
Referenced by llvm::yaml::MappingTraits< clang::tooling::TranslationUnitReplacements >::mapping().
std::vector<Replacement> clang::tooling::TranslationUnitReplacements::Replacements |
Definition at line 336 of file Replacement.h.
Referenced by llvm::yaml::MappingTraits< clang::tooling::TranslationUnitReplacements >::mapping().