clang-tools 23.0.0git
llvm::yaml::ScalarTraits< SymbolID > Struct Reference

Static Public Member Functions

static void output (const SymbolID &S, void *, llvm::raw_ostream &OS)
static StringRef input (StringRef Scalar, void *, SymbolID &Value)
static SymbolID stringToSymbol (llvm::StringRef Value)
static QuotingType mustQuote (StringRef)

Detailed Description

Definition at line 112 of file YAMLGenerator.cpp.

Member Function Documentation

◆ input()

StringRef llvm::yaml::ScalarTraits< SymbolID >::input ( StringRef Scalar,
void * ,
SymbolID & Value )
inlinestatic

Definition at line 118 of file YAMLGenerator.cpp.

References stringToSymbol().

◆ mustQuote()

QuotingType llvm::yaml::ScalarTraits< SymbolID >::mustQuote ( StringRef )
inlinestatic

Definition at line 132 of file YAMLGenerator.cpp.

◆ output()

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

Definition at line 114 of file YAMLGenerator.cpp.

◆ stringToSymbol()

SymbolID llvm::yaml::ScalarTraits< SymbolID >::stringToSymbol ( llvm::StringRef Value)
inlinestatic

Definition at line 125 of file YAMLGenerator.cpp.

Referenced by input().


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