LLVM 22.0.0git
llvm::yaml::BlockScalarTraits< StringBlockVal > Struct Reference
Inheritance diagram for llvm::yaml::BlockScalarTraits< StringBlockVal >:
[legend]

Static Public Member Functions

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

Detailed Description

Definition at line 87 of file YAMLRemarkSerializer.cpp.

Member Function Documentation

◆ input()

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

◆ output()

void llvm::yaml::BlockScalarTraits< StringBlockVal >::output ( const StringBlockVal & S,
void * Ctx,
raw_ostream & OS )
inlinestatic

Definition at line 88 of file YAMLRemarkSerializer.cpp.

References llvm::yaml::StringBlockVal::Value.


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