Lines Matching defs:NamedAttribute
40 // NamedAttribute
43 NamedAttribute::NamedAttribute(StringAttr name, Attribute value)
49 NamedAttribute::NamedAttribute(StringRef name, Attribute value) : value(value) {
55 StringAttr NamedAttribute::getName() const {
59 Dialect *NamedAttribute::getNameDialect() const {
63 void NamedAttribute::setName(StringAttr newName) {
68 bool NamedAttribute::operator<(const NamedAttribute &rhs) const {
72 bool NamedAttribute::operator<(StringRef rhs) const {