LLVM  4.0.0
Static Public Member Functions | List of all members
llvm::yaml::ScalarTraits< UnsignedValue > Struct Template Reference

#include <MIRYamlMapping.h>

Static Public Member Functions

static void output (const UnsignedValue &Value, void *Ctx, raw_ostream &OS)
 
static StringRef input (StringRef Scalar, void *Ctx, UnsignedValue &Value)
 
static bool mustQuote (StringRef Scalar)
 

Detailed Description

template<>
struct llvm::yaml::ScalarTraits< UnsignedValue >

Definition at line 101 of file MIRYamlMapping.h.

Member Function Documentation

static StringRef llvm::yaml::ScalarTraits< UnsignedValue >::input ( StringRef  Scalar,
void *  Ctx,
UnsignedValue Value 
)
inlinestatic
static bool llvm::yaml::ScalarTraits< UnsignedValue >::mustQuote ( StringRef  Scalar)
inlinestatic

Definition at line 113 of file MIRYamlMapping.h.

static void llvm::yaml::ScalarTraits< UnsignedValue >::output ( const UnsignedValue Value,
void *  Ctx,
raw_ostream OS 
)
inlinestatic

Definition at line 102 of file MIRYamlMapping.h.

References llvm::yaml::UnsignedValue::Value.


The documentation for this struct was generated from the following file: