MLIR
20.0.0git
|
This trait is used to determine if an attribute is a location or not. More...
#include "mlir/IR/Attributes.h"
Additional Inherited Members | |
Protected Member Functions inherited from mlir::detail::StorageUserTraitBase< ConcreteType, TraitType > | |
ConcreteType | getInstance () const |
Return the derived instance. More... | |
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.