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

#include <MIRYamlMapping.h>

Static Public Member Functions

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

Detailed Description

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

Definition at line 40 of file MIRYamlMapping.h.

Member Function Documentation

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

Definition at line 53 of file MIRYamlMapping.h.

References llvm::yaml::needsQuotes().

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

Definition at line 41 of file MIRYamlMapping.h.

References llvm::yaml::StringValue::Value.


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