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