| 205 | } |
| 206 | |
| 207 | bool OverrideProxy::isModifier() const |
| 208 | { |
| 209 | return std::holds_alternative<ModifierDefinition const*>(m_item); |
| 210 | } |
| 211 | |
| 212 | bool OverrideProxy::CompareBySignature::operator()(OverrideProxy const& _a, OverrideProxy const& _b) const |
| 213 | { |