Home
last modified time | relevance | path

Searched refs:getAbstractAttribute (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/mlir/include/mlir/IR/
H A DAttributes.h67 TypeID getTypeID() { return impl->getAbstractAttribute().getTypeID(); } in getTypeID()
77 return impl->getAbstractAttribute().getDialect(); in getDialect()
96 return getAbstractAttribute().hasTrait<Trait>(); in hasTrait()
100 const AbstractTy &getAbstractAttribute() const { in getAbstractAttribute() function
101 return impl->getAbstractAttribute(); in getAbstractAttribute()
235 return attr.getAbstractAttribute().getInterface<ConcreteType>(); in getInterfaceFor()
H A DAttributeSupport.h136 const AbstractAttribute &getAbstractAttribute() const { in getAbstractAttribute() function