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