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

#include "[TextAPI/TextStubCommon.h](TextStubCommon%5F8h%5Fsource.html)"

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

[legend]

Static Public Member Functions
static void output (const FlowStringRef &, void *, raw_ostream &)
static StringRef input (StringRef, void *, FlowStringRef &)
static QuotingType mustQuote (StringRef)

Detailed Description

Definition at line 58 of file TextStubCommon.h.

Member Function Documentation

input()

StringRef llvm::yaml::ScalarTraits< FlowStringRef >::input ( StringRef Value, void * Ctx, FlowStringRef & Out ) static

Definition at line 26 of file TextStubCommon.cpp.

mustQuote()

QuotingType llvm::yaml::ScalarTraits< FlowStringRef >::mustQuote ( StringRef Name) static

Definition at line 30 of file TextStubCommon.cpp.

output()

void llvm::yaml::ScalarTraits< FlowStringRef >::output ( const FlowStringRef & Value, void * Ctx, raw_ostream & OS ) static

Definition at line 22 of file TextStubCommon.cpp.


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