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

#include <MIRYamlMapping.h>

Static Public Member Functions

static void output (const FlowStringValue &S, void *, llvm::raw_ostream &OS)
 
static StringRef input (StringRef Scalar, void *Ctx, FlowStringValue &S)
 
static bool mustQuote (StringRef Scalar)
 

Detailed Description

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

Definition at line 61 of file MIRYamlMapping.h.

Member Function Documentation

static StringRef llvm::yaml::ScalarTraits< FlowStringValue >::input ( StringRef  Scalar,
void *  Ctx,
FlowStringValue S 
)
inlinestatic

Definition at line 66 of file MIRYamlMapping.h.

static bool llvm::yaml::ScalarTraits< FlowStringValue >::mustQuote ( StringRef  Scalar)
inlinestatic

Definition at line 70 of file MIRYamlMapping.h.

References llvm::yaml::needsQuotes().

static void llvm::yaml::ScalarTraits< FlowStringValue >::output ( const FlowStringValue S,
void *  ,
llvm::raw_ostream OS 
)
inlinestatic

Definition at line 62 of file MIRYamlMapping.h.


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