clang API Documentation
Collection of Replacements generated from a single translation unit. More...
#include <Replacement.h>
Public Attributes | |
std::string | MainSourceFile |
Name of the main source for the translation unit. | |
std::string | Context |
std::vector< Replacement > | Replacements |
Collection of Replacements generated from a single translation unit.
Definition at line 183 of file Replacement.h.
A freeform chunk of text to describe the context of the replacements. Will be printed, for example, when detecting conflicts during replacement deduplication.
Definition at line 190 of file Replacement.h.
Referenced by llvm::yaml::MappingTraits< clang::tooling::TranslationUnitReplacements >::mapping().
Name of the main source for the translation unit.
Definition at line 185 of file Replacement.h.
Referenced by llvm::yaml::MappingTraits< clang::tooling::TranslationUnitReplacements >::mapping().
Definition at line 192 of file Replacement.h.
Referenced by llvm::yaml::MappingTraits< clang::tooling::TranslationUnitReplacements >::mapping().