LLVM 22.0.0git
llvm::yaml::ScalarTraits< FlowStringValue > Struct Reference

#include "llvm/CodeGen/MIRYamlMapping.h"

Inheritance diagram for llvm::yaml::ScalarTraits< FlowStringValue >:
[legend]

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()

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

Definition at line 73 of file MIRYamlMapping.h.

References llvm::yaml::Scalar.

◆ mustQuote()

Definition at line 77 of file MIRYamlMapping.h.

References llvm::yaml::needsQuotes().

◆ output()

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

Definition at line 69 of file MIRYamlMapping.h.


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