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

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

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

[legend]

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

Detailed Description

Definition at line 1101 of file YAMLTraits.h.

Member Function Documentation

input()

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

References LLVM_ABI.

mustQuote()

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

Definition at line 1104 of file YAMLTraits.h.

References llvm::yaml::None.

output()

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

References LLVM_ABI.


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