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