LLVM: llvm::yaml::StringBlockVal Struct Reference (original) (raw)
Helper struct for multiline string block literals. More...
| Public Member Functions |
|---|
| Public Attributes | |
|---|---|
| StringRef | Value |
Detailed Description
Helper struct for multiline string block literals.
Use this type to preserve newlines in strings.
Definition at line 82 of file YAMLRemarkSerializer.cpp.
Constructor & Destructor Documentation
| llvm::yaml::StringBlockVal::StringBlockVal ( StringRef R) | inline |
|---|
Definition at line 84 of file YAMLRemarkSerializer.cpp.
References Value.
Member Data Documentation
◆ 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().
The documentation for this struct was generated from the following file:
- lib/Remarks/YAMLRemarkSerializer.cpp