|
clang
3.8.0
|
This file defines the structure of a YAML document for serializing replacements. More...
#include "clang/Tooling/Refactoring.h"#include "llvm/Support/YAMLTraits.h"#include <string>#include <vector>Go to the source code of this file.
Classes | |
| struct | llvm::yaml::MappingTraits< clang::tooling::Replacement > |
| Specialized MappingTraits to describe how a Replacement is (de)serialized. More... | |
| struct | llvm::yaml::MappingTraits< clang::tooling::Replacement >::NormalizedReplacement |
| Helper to (de)serialize a Replacement since we don't have direct access to its data members. More... | |
| struct | llvm::yaml::MappingTraits< clang::tooling::TranslationUnitReplacements > |
| Specialized MappingTraits to describe how a TranslationUnitReplacements is (de)serialized. More... | |
Namespaces | |
| llvm | |
| DominatorTree GraphTraits specialization so the DominatorTree can be iterable by generic graph iterators. | |
| llvm::yaml | |
This file defines the structure of a YAML document for serializing replacements.
Definition in file ReplacementsYaml.h.
1.8.6