clang API Documentation
Specialized MappingTraits to describe how a Replacement is (de)serialized. More...
#include <ReplacementsYaml.h>
Classes | |
| struct | NormalizedReplacement |
| Helper to (de)serialize a Replacement since we don't have direct access to its data members. More... | |
Static Public Member Functions | |
| static void | mapping (IO &Io, clang::tooling::Replacement &R) |
Specialized MappingTraits to describe how a Replacement is (de)serialized.
Definition at line 31 of file ReplacementsYaml.h.
| static void llvm::yaml::MappingTraits< clang::tooling::Replacement >::mapping | ( | IO & | Io, |
| clang::tooling::Replacement & | R | ||
| ) | [inline, static] |
Definition at line 53 of file ReplacementsYaml.h.