LLVM 22.0.0git
|
Helper struct for multiline string block literals. More...
Public Member Functions | |
StringBlockVal (StringRef R) |
Public Attributes | |
StringRef | Value |
Helper struct for multiline string block literals.
Use this type to preserve newlines in strings.
Definition at line 82 of file YAMLRemarkSerializer.cpp.
|
inline |
Definition at line 84 of file YAMLRemarkSerializer.cpp.
References Value.
StringRef llvm::yaml::StringBlockVal::Value |
Definition at line 83 of file YAMLRemarkSerializer.cpp.
Referenced by llvm::yaml::BlockScalarTraits< StringBlockVal >::input(), llvm::yaml::BlockScalarTraits< StringBlockVal >::output(), and StringBlockVal().