MLIR  20.0.0git
List of all members
mlir::AttributeTrait::IsLocation< ConcreteType > Struct Template Reference

This trait is used to determine if an attribute is a location or not. More...

#include "mlir/IR/Attributes.h"

+ Inheritance diagram for mlir::AttributeTrait::IsLocation< ConcreteType >:

Additional Inherited Members

- Protected Member Functions inherited from mlir::detail::StorageUserTraitBase< ConcreteType, TraitType >
ConcreteType getInstance () const
 Return the derived instance. More...
 

Detailed Description

template<typename ConcreteType>
struct mlir::AttributeTrait::IsLocation< ConcreteType >

This trait is used to determine if an attribute is a location or not.

It is attached to an attribute by the user if they intend the attribute to be used as a location.

Definition at line 336 of file Attributes.h.


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