CIRCT 22.0.0git
Loading...
Searching...
No Matches
Public Types | Static Public Member Functions | List of all members
mlir::AttrTypeSubElementHandler< circt::firrtl::ClassElement > Struct Reference

Allow walking and replacing the subelements of a ClassElement. More...

#include <FIRRTLTypes.h>

Public Types

using ClassElement = circt::firrtl::ClassElement
 

Static Public Member Functions

static void walk (ClassElement param, AttrTypeImmediateSubElementWalker &walker)
 
static ClassElement replace (ClassElement param, AttrSubElementReplacements &attrRepls, TypeSubElementReplacements &typeRepls)
 

Detailed Description

Allow walking and replacing the subelements of a ClassElement.

Definition at line 634 of file FIRRTLTypes.h.

Member Typedef Documentation

◆ ClassElement

using mlir::AttrTypeSubElementHandler< circt::firrtl::ClassElement >::ClassElement = circt::firrtl::ClassElement

Definition at line 635 of file FIRRTLTypes.h.

Member Function Documentation

◆ replace()

static ClassElement mlir::AttrTypeSubElementHandler< circt::firrtl::ClassElement >::replace ( ClassElement  param,
AttrSubElementReplacements &  attrRepls,
TypeSubElementReplacements &  typeRepls 
)
inlinestatic

Definition at line 642 of file FIRRTLTypes.h.

References circt::firrtl::ClassElement::direction.

◆ walk()

static void mlir::AttrTypeSubElementHandler< circt::firrtl::ClassElement >::walk ( ClassElement  param,
AttrTypeImmediateSubElementWalker &  walker 
)
inlinestatic

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