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

#include "llvm/CodeGen/MIRYamlMapping.h"

Static Public Member Functions

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

Detailed Description

Definition at line 68 of file MIRYamlMapping.h.

Member Function Documentation

◆ input()

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

Definition at line 73 of file MIRYamlMapping.h.

◆ mustQuote()

static QuotingType llvm::yaml::ScalarTraits< FlowStringValue >::mustQuote ( StringRef  S)
inlinestatic

Definition at line 77 of file MIRYamlMapping.h.

◆ output()

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

Definition at line 69 of file MIRYamlMapping.h.

References OS.


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