LLVM 19.0.0git
Public Member Functions | Public Attributes | List of all members
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 104 of file YAMLRemarkSerializer.cpp.

Constructor & Destructor Documentation

◆ StringBlockVal()

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

Definition at line 106 of file YAMLRemarkSerializer.cpp.

Member Data Documentation

◆ Value

StringRef llvm::yaml::StringBlockVal::Value

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