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