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

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

#include "mlir/IR/Location.h"

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 179 of file Location.h.

Member Function Documentation

◆ replace()

static Location mlir::AttrTypeSubElementHandler< Location >::replace ( Location  param,
AttrSubElementReplacements attrRepls,
TypeSubElementReplacements typeRepls 
)
inlinestatic

◆ walk()

static void mlir::AttrTypeSubElementHandler< Location >::walk ( Location  param,
AttrTypeImmediateSubElementWalker walker 
)
inlinestatic

Definition at line 180 of file Location.h.

References mlir::AttrTypeImmediateSubElementWalker::walk().


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