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