struct TranslationUnitReplacements
Declaration
struct TranslationUnitReplacements { /* full declaration omitted */ };
Description
Collection of Replacements generated from a single translation unit.
Declared at: clang/include/clang/Tooling/Core/Replacement.h:332
Member Variables
- public std::string MainSourceFile
- Name of the main source for the translation unit.
- public std::vector<Replacement> Replacements