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