LLVM 22.0.0git
llvm::yaml::ScalarTraits< bool > Struct Reference

#include "llvm/Support/YAMLTraits.h"

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: