clang-tools 22.0.0git
llvm::yaml::ScalarTraits< SmallString< U > > Struct Template Reference

Static Public Member Functions

static void output (const SmallString< U > &S, void *, llvm::raw_ostream &OS)
static StringRef input (StringRef Scalar, void *, SmallString< U > &Value)
static QuotingType mustQuote (StringRef)

Detailed Description

template<unsigned U>
struct llvm::yaml::ScalarTraits< SmallString< U > >

Definition at line 97 of file YAMLGenerator.cpp.

Member Function Documentation

◆ input()

template<unsigned U>
StringRef llvm::yaml::ScalarTraits< SmallString< U > >::input ( StringRef Scalar,
void * ,
SmallString< U > & Value )
inlinestatic

Definition at line 104 of file YAMLGenerator.cpp.

◆ mustQuote()

template<unsigned U>
QuotingType llvm::yaml::ScalarTraits< SmallString< U > >::mustQuote ( StringRef )
inlinestatic

Definition at line 109 of file YAMLGenerator.cpp.

◆ output()

template<unsigned U>
void llvm::yaml::ScalarTraits< SmallString< U > >::output ( const SmallString< U > & S,
void * ,
llvm::raw_ostream & OS )
inlinestatic

Definition at line 99 of file YAMLGenerator.cpp.


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