|
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) |
|
template<unsigned U>
struct llvm::yaml::ScalarTraits< SmallString< U > >
Definition at line 69 of file YAMLGenerator.cpp.
◆ input()
template<unsigned U>
static StringRef llvm::yaml::ScalarTraits< SmallString< U > >::input |
( |
StringRef |
Scalar, |
|
|
void * |
, |
|
|
SmallString< U > & |
Value |
|
) |
| |
|
inlinestatic |
◆ mustQuote()
template<unsigned U>
static QuotingType llvm::yaml::ScalarTraits< SmallString< U > >::mustQuote |
( |
StringRef |
| ) |
|
|
inlinestatic |
◆ output()
template<unsigned U>
static void llvm::yaml::ScalarTraits< SmallString< U > >::output |
( |
const SmallString< U > & |
S, |
|
|
void * |
, |
|
|
llvm::raw_ostream & |
OS |
|
) |
| |
|
inlinestatic |
The documentation for this struct was generated from the following file: