|
| 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 97 of file YAMLGenerator.cpp.
◆ input()
template<unsigned U>
| StringRef llvm::yaml::ScalarTraits< SmallString< U > >::input |
( |
StringRef | Scalar, |
|
|
void * | , |
|
|
SmallString< U > & | Value ) |
|
inlinestatic |
◆ mustQuote()
template<unsigned U>
| QuotingType llvm::yaml::ScalarTraits< SmallString< U > >::mustQuote |
( |
StringRef | | ) |
|
|
inlinestatic |
◆ output()
template<unsigned U>
| 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: