LLVM: llvm::yaml::MappingTraits< Argument > Struct Reference (original) (raw)

Implement this as a mapping for now to get proper quotation for the value. More...

Inheritance diagram for llvm::yaml::MappingTraits< Argument >:

[legend]

Static Public Member Functions
static void mapping (IO &io, Argument &A)

Detailed Description

Implement this as a mapping for now to get proper quotation for the value.

Definition at line 113 of file YAMLRemarkSerializer.cpp.

Member Function Documentation

mapping()

void llvm::yaml::MappingTraits< Argument >::mapping ( IO & io, Argument & A ) inlinestatic

Definition at line 114 of file YAMLRemarkSerializer.cpp.

References A(), assert(), llvm::StringRef::count(), llvm::yaml::IO::mapOptional(), llvm::yaml::IO::mapRequired(), and llvm::yaml::IO::outputting().


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