clang-tools 19.0.0git
Static Public Member Functions | List of all members
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 69 of file YAMLGenerator.cpp.

Member Function Documentation

◆ input()

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

Definition at line 76 of file YAMLGenerator.cpp.

◆ mustQuote()

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

Definition at line 81 of file YAMLGenerator.cpp.

◆ output()

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

Definition at line 71 of file YAMLGenerator.cpp.

References C, and OS.


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