|
MLIR 22.0.0git
|
Allow walking and replacing the subelements of a NamedAttribute. More...
#include "mlir/IR/Attributes.h"
Public Types | |
| using | DefaultHandlerTag |
| Tag indicating that this handler does not support sub-elements. | |
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) |
Allow walking and replacing the subelements of a NamedAttribute.
Definition at line 221 of file Attributes.h.
| using mlir::AttrTypeSubElementHandler< NamedAttribute, void >::DefaultHandlerTag |
Tag indicating that this handler does not support sub-elements.
Definition at line 408 of file AttrTypeSubElements.h.
|
inlinestatic |
Definition at line 228 of file Attributes.h.
References mlir::AttrTypeSubElementReplacements< T >::take_front().
|
inlinestatic |
Definition at line 223 of file Attributes.h.
References mlir::AttrTypeImmediateSubElementWalker::walk().