LLVM 22.0.0git
llvm::yaml::StringBlockVal Struct Reference

Helper struct for multiline string block literals. More...

Public Member Functions

 StringBlockVal (StringRef R)

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

◆ StringBlockVal()

llvm::yaml::StringBlockVal::StringBlockVal ( StringRef R)
inline

Definition at line 84 of file YAMLRemarkSerializer.cpp.

References Value.

Member Data Documentation

◆ Value


The documentation for this struct was generated from the following file: