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