|
LLVM
4.0.0
|
Functions | |
| template<typename T , typename Context > | |
| void | doMapping (IO &io, T &Val, Context &Ctx) |
| template<typename T > | |
| void | doMapping (IO &io, T &Val, EmptyContext &Ctx) |
| void llvm::yaml::detail::doMapping | ( | IO & | io, |
| T & | Val, | ||
| Context & | Ctx | ||
| ) |
Definition at line 740 of file YAMLTraits.h.
Referenced by llvm::yaml::yamlize().
| void llvm::yaml::detail::doMapping | ( | IO & | io, |
| T & | Val, | ||
| EmptyContext & | Ctx | ||
| ) |
Definition at line 744 of file YAMLTraits.h.
1.8.6