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