|
clang-tools 23.0.0git
|
A wrapper for StringRef to force YAML traits to single-quote the string. More...
Public Member Functions | |
| QuotedString ()=default | |
| QuotedString (StringRef R) | |
| operator StringRef () const | |
| bool | operator== (const QuotedString &Other) const |
Public Attributes | |
| StringRef | Ref |
A wrapper for StringRef to force YAML traits to single-quote the string.
Definition at line 121 of file YAMLGenerator.cpp.
|
default |
Referenced by operator==().
|
inline |
Definition at line 124 of file YAMLGenerator.cpp.
References Ref.
|
inline |
Definition at line 125 of file YAMLGenerator.cpp.
References Ref.
|
inline |
Definition at line 126 of file YAMLGenerator.cpp.
References QuotedString(), and Ref.
| StringRef llvm::yaml::QuotedString::Ref |
Definition at line 122 of file YAMLGenerator.cpp.
Referenced by llvm::yaml::commentInfoMapping(), llvm::yaml::fieldTypeInfoMapping(), llvm::yaml::infoMapping(), llvm::yaml::MappingTraits< EnumValueInfo >::mapping(), llvm::yaml::MappingTraits< FieldTypeInfo >::mapping(), llvm::yaml::MappingTraits< Location >::mapping(), llvm::yaml::MappingTraits< Reference >::mapping(), llvm::yaml::MappingTraits< TemplateParamInfo >::mapping(), operator StringRef(), operator==(), llvm::yaml::ScalarTraits< QuotedString >::output(), and QuotedString().