clang-tools 19.0.0git
Static Public Member Functions | List of all members
llvm::yaml::ScalarTraits< std::array< unsigned char, 20 > > Struct Reference

Static Public Member Functions

static void output (const std::array< unsigned char, 20 > &S, void *, llvm::raw_ostream &OS)
 
static StringRef input (StringRef Scalar, void *, std::array< unsigned char, 20 > &Value)
 
static SymbolID StringToSymbol (llvm::StringRef Value)
 
static QuotingType mustQuote (StringRef)
 

Detailed Description

Definition at line 84 of file YAMLGenerator.cpp.

Member Function Documentation

◆ input()

static StringRef llvm::yaml::ScalarTraits< std::array< unsigned char, 20 > >::input ( StringRef  Scalar,
void *  ,
std::array< unsigned char, 20 > &  Value 
)
inlinestatic

Definition at line 91 of file YAMLGenerator.cpp.

◆ mustQuote()

static QuotingType llvm::yaml::ScalarTraits< std::array< unsigned char, 20 > >::mustQuote ( StringRef  )
inlinestatic

Definition at line 106 of file YAMLGenerator.cpp.

◆ output()

static void llvm::yaml::ScalarTraits< std::array< unsigned char, 20 > >::output ( const std::array< unsigned char, 20 > &  S,
void *  ,
llvm::raw_ostream &  OS 
)
inlinestatic

Definition at line 86 of file YAMLGenerator.cpp.

References OS.

◆ StringToSymbol()

static SymbolID llvm::yaml::ScalarTraits< std::array< unsigned char, 20 > >::StringToSymbol ( llvm::StringRef  Value)
inlinestatic

Definition at line 99 of file YAMLGenerator.cpp.

References USR.


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