LLVM: llvm::yaml::CustomMappingTraits< MapDocNode > Struct Reference (original) (raw)

YAMLIO for MapDocNode. More...

Inheritance diagram for llvm::yaml::CustomMappingTraits< MapDocNode >:

[legend]

Static Public Member Functions
static void inputOne (IO &IO, StringRef Key, MapDocNode &M)
static void output (IO &IO, MapDocNode &M)

Detailed Description

YAMLIO for MapDocNode.

Definition at line 207 of file MsgPackDocumentYAML.cpp.

Member Function Documentation

inputOne()

void llvm::yaml::CustomMappingTraits< MapDocNode >::inputOne ( IO & IO, StringRef Key, MapDocNode & M ) inlinestatic

Definition at line 209 of file MsgPackDocumentYAML.cpp.

References llvm::InnerAnalysisManagerProxy< AnalysisManagerT, IRUnitT, ExtraArgTs... >::Key, and llvm::yaml::IO::mapRequired().

output()

void llvm::yaml::CustomMappingTraits< MapDocNode >::output ( IO & IO, MapDocNode & M ) inlinestatic

Definition at line 215 of file MsgPackDocumentYAML.cpp.

References I, and llvm::yaml::IO::mapRequired().


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