| 234 | }; |
| 235 | |
| 236 | Kind AttributeQualifier::kind() const { |
| 237 | return absl::visit(AttributeQualifierTypeVisitor{}, value_); |
| 238 | } |
| 239 | |
| 240 | bool AttributeQualifier::operator<(const AttributeQualifier& other) const { |
| 241 | // The order is not publicly documented because it is subject to change. |