CIRCT  19.0.0git
Classes | Static Public Member Functions | List of all members
llvm::yaml::MappingContextTraits< DescribedInstance, Context > Struct Reference

Conversion from a DescribedInstance to YAML. More...

Classes

struct  Instance
 A YAML-serializable representation of an interface instantiation. More...
 

Static Public Member Functions

static void mapping (IO &io, DescribedInstance &op, Context &ctx)
 

Detailed Description

Conversion from a DescribedInstance to YAML.

This is implemented using YAML normalization to first convert the DescribedInstance to an internal Instance struct which has a one-to-one representation with the final YAML representation.

Definition at line 239 of file GrandCentral.cpp.

Member Function Documentation

◆ mapping()

static void llvm::yaml::MappingContextTraits< DescribedInstance, Context >::mapping ( IO &  io,
DescribedInstance &  op,
Context &  ctx 
)
inlinestatic

Definition at line 276 of file GrandCentral.cpp.


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