MLIR  19.0.0git
Public Member Functions | Static Public Member Functions | List of all members
mlir::FusedLocWith< MetadataT > Class Template Reference

This class represents a fused location whose metadata is known to be an instance of the given type. More...

#include "mlir/IR/Location.h"

+ Inheritance diagram for mlir::FusedLocWith< MetadataT >:

Public Member Functions

MetadataT getMetadata () const
 Return the metadata associated with this fused location. More...
 

Static Public Member Functions

static bool classof (Attribute attr)
 Support llvm style casting. More...
 

Detailed Description

template<typename MetadataT>
class mlir::FusedLocWith< MetadataT >

This class represents a fused location whose metadata is known to be an instance of the given type.

Definition at line 148 of file Location.h.

Member Function Documentation

◆ classof()

template<typename MetadataT >
static bool mlir::FusedLocWith< MetadataT >::classof ( Attribute  attr)
inlinestatic

Support llvm style casting.

Definition at line 158 of file Location.h.

◆ getMetadata()

template<typename MetadataT >
MetadataT mlir::FusedLocWith< MetadataT >::getMetadata ( ) const
inline

Return the metadata associated with this fused location.

Definition at line 153 of file Location.h.


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