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

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

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

[legend]

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

Detailed Description

Definition at line 1107 of file YAMLTraits.h.

Member Function Documentation

input()

LLVM_ABI StringRef llvm::yaml::ScalarTraits< StringRef >::input ( StringRef , void * , StringRef & ) static

References LLVM_ABI.

mustQuote()

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

Definition at line 1110 of file YAMLTraits.h.

References llvm::yaml::needsQuotes().

output()

LLVM_ABI void llvm::yaml::ScalarTraits< StringRef >::output ( const StringRef & , void * , raw_ostream & ) static

References LLVM_ABI.


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