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

#include "TextAPI/TextStubCommon.h"

Static Public Member Functions

static void output (const FlowStringRef &, void *, raw_ostream &)
 
static StringRef input (StringRef, void *, FlowStringRef &)
 
static QuotingType mustQuote (StringRef)
 

Detailed Description

Definition at line 58 of file TextStubCommon.h.

Member Function Documentation

◆ input()

StringRef llvm::yaml::ScalarTraits< FlowStringRef >::input ( StringRef  Value,
void *  Ctx,
FlowStringRef &  Out 
)
static

Definition at line 26 of file TextStubCommon.cpp.

◆ mustQuote()

QuotingType llvm::yaml::ScalarTraits< FlowStringRef >::mustQuote ( StringRef  Name)
static

Definition at line 30 of file TextStubCommon.cpp.

References Name.

◆ output()

void llvm::yaml::ScalarTraits< FlowStringRef >::output ( const FlowStringRef &  Value,
void *  Ctx,
raw_ostream OS 
)
static

Definition at line 22 of file TextStubCommon.cpp.

References OS.


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