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