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

YAMLIO for ScalarDocNode. More...

Static Public Member Functions

static void output (const ScalarDocNode &S, void *Ctxt, raw_ostream &OS, raw_ostream &TagOS)
 
static StringRef input (StringRef Str, StringRef Tag, void *Ctxt, ScalarDocNode &S)
 
static QuotingType mustQuote (const ScalarDocNode &S, StringRef ScalarStr)
 

Detailed Description

YAMLIO for ScalarDocNode.

Definition at line 172 of file MsgPackDocumentYAML.cpp.

Member Function Documentation

◆ input()

static StringRef llvm::yaml::TaggedScalarTraits< ScalarDocNode >::input ( StringRef  Str,
StringRef  Tag,
void *  Ctxt,
ScalarDocNode &  S 
)
inlinestatic

Definition at line 180 of file MsgPackDocumentYAML.cpp.

◆ mustQuote()

static QuotingType llvm::yaml::TaggedScalarTraits< ScalarDocNode >::mustQuote ( const ScalarDocNode &  S,
StringRef  ScalarStr 
)
inlinestatic

Definition at line 185 of file MsgPackDocumentYAML.cpp.

References llvm_unreachable.

◆ output()

static void llvm::yaml::TaggedScalarTraits< ScalarDocNode >::output ( const ScalarDocNode &  S,
void *  Ctxt,
raw_ostream OS,
raw_ostream TagOS 
)
inlinestatic

Definition at line 174 of file MsgPackDocumentYAML.cpp.

References OS.


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