LLVM: llvm::yaml::ScalarTraits< StringValue > Struct Reference (original) (raw)

#include "[llvm/CodeGen/MIRYamlMapping.h](MIRYamlMapping%5F8h%5Fsource.html)"

Inheritance diagram for llvm::yaml::ScalarTraits< StringValue >:

[legend]

Static Public Member Functions
static void output (const StringValue &S, void *, raw_ostream &OS)
static StringRef input (StringRef Scalar, void *Ctx, StringValue &S)
static QuotingType mustQuote (StringRef S)

Detailed Description

Definition at line 47 of file MIRYamlMapping.h.

Member Function Documentation

input()

StringRef llvm::yaml::ScalarTraits< StringValue >::input ( StringRef Scalar, void * Ctx, StringValue & S ) inlinestatic

Definition at line 52 of file MIRYamlMapping.h.

References llvm::yaml::Node::getSourceRange(), llvm::yaml::Scalar, llvm::yaml::StringValue::SourceRange, and llvm::yaml::StringValue::Value.

mustQuote()

QuotingType llvm::yaml::ScalarTraits< StringValue >::mustQuote ( StringRef S) inlinestatic

Definition at line 60 of file MIRYamlMapping.h.

References llvm::yaml::needsQuotes().

output()

void llvm::yaml::ScalarTraits< StringValue >::output ( const StringValue & S, void * , raw_ostream & OS ) inlinestatic

Definition at line 48 of file MIRYamlMapping.h.

References llvm::yaml::StringValue::Value.


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