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