LLVM API Documentation
#include <YAMLTraits.h>
Static Public Member Functions | |
| static void | output (const uint16_t &, void *, llvm::raw_ostream &) |
| static StringRef | input (StringRef, void *, uint16_t &) |
| static bool | mustQuote (StringRef) |
Definition at line 725 of file YAMLTraits.h.
| static StringRef llvm::yaml::ScalarTraits< uint16_t >::input | ( | StringRef | , |
| void * | , | ||
| uint16_t & | |||
| ) | [static] |
| static bool llvm::yaml::ScalarTraits< uint16_t >::mustQuote | ( | StringRef | ) | [inline, static] |
Definition at line 728 of file YAMLTraits.h.
| static void llvm::yaml::ScalarTraits< uint16_t >::output | ( | const uint16_t & | , |
| void * | , | ||
| llvm::raw_ostream & | |||
| ) | [static] |