MLIR 22.0.0git
mlir::AttrTypeSubElementHandler< Location > Struct Reference

Enable locations to be introspected as sub-elements. More...

#include "mlir/IR/Location.h"

Inheritance diagram for mlir::AttrTypeSubElementHandler< Location >:

Public Types

using DefaultHandlerTag
 Tag indicating that this handler does not support sub-elements.

Static Public Member Functions

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

Detailed Description

Enable locations to be introspected as sub-elements.

Definition at line 210 of file Location.h.

Member Typedef Documentation

◆ DefaultHandlerTag

using mlir::AttrTypeSubElementHandler< Location, void >::DefaultHandlerTag

Tag indicating that this handler does not support sub-elements.

Definition at line 408 of file AttrTypeSubElements.h.

Member Function Documentation

◆ replace()

◆ walk()


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