| 190 | bool has_variable_name() const { return !impl_->variable_name.empty(); } |
| 191 | |
| 192 | absl::Span<const AttributeQualifier> qualifier_path() const { |
| 193 | return impl_->qualifier_path; |
| 194 | } |
| 195 | |
| 196 | bool operator==(const Attribute& other) const; |
| 197 |
no outgoing calls