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