LLVM 22.0.0git
|
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) |
template<typename T, typename Context> | |
std::string | doValidate (IO &io, T &Val, Context &Ctx) |
template<typename T> | |
std::string | doValidate (IO &io, T &Val, EmptyContext &) |
void llvm::yaml::detail::doMapping | ( | IO & | io, |
T & | Val, | ||
EmptyContext & | Ctx ) |
Definition at line 890 of file YAMLTraits.h.
References T.
std::string llvm::yaml::detail::doValidate | ( | IO & | io, |
T & | Val, | ||
EmptyContext & | ) |
Definition at line 986 of file YAMLTraits.h.
References T.