MLIR  19.0.0git
Static Public Member Functions | List of all members
mlir::AttrTypeSubElementHandler< NamedAttribute > Struct Reference

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

#include "mlir/IR/Attributes.h"

Static Public Member Functions

template<typename T >
static void walk (T param, AttrTypeImmediateSubElementWalker &walker)
 
template<typename T >
static T replace (T param, AttrSubElementReplacements &attrRepls, TypeSubElementReplacements &typeRepls)
 

Detailed Description

Allow walking and replacing the subelements of a NamedAttribute.

Definition at line 258 of file Attributes.h.

Member Function Documentation

◆ replace()

template<typename T >
static T mlir::AttrTypeSubElementHandler< NamedAttribute >::replace ( param,
AttrSubElementReplacements attrRepls,
TypeSubElementReplacements typeRepls 
)
inlinestatic

◆ walk()

template<typename T >
static void mlir::AttrTypeSubElementHandler< NamedAttribute >::walk ( param,
AttrTypeImmediateSubElementWalker walker 
)
inlinestatic

Definition at line 260 of file Attributes.h.

References mlir::AttrTypeImmediateSubElementWalker::walk().


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