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