|
clang
5.0.0
|
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 329 of file Replacement.h.
| std::string clang::tooling::TranslationUnitReplacements::MainSourceFile |
Name of the main source for the translation unit.
Definition at line 331 of file Replacement.h.
Referenced by llvm::yaml::MappingTraits< clang::tooling::TranslationUnitReplacements >::mapping().
| std::vector<Replacement> clang::tooling::TranslationUnitReplacements::Replacements |
Definition at line 332 of file Replacement.h.
Referenced by llvm::yaml::MappingTraits< clang::tooling::TranslationUnitReplacements >::mapping().
1.8.6