Searched refs:OtherValue (Results 1 – 2 of 2) sorted by relevance
75 bool operator==(Kind OtherValue) const { return Value == OtherValue; }77 bool operator!=(Kind OtherValue) const { return !(*this == OtherValue); }
323 static auto makeBooleanOptionNormalizer(bool Value, bool OtherValue, in makeBooleanOptionNormalizer() argument325 return [Value, OtherValue, in makeBooleanOptionNormalizer()329 return A->getOption().matches(Opt) ? Value : OtherValue; in makeBooleanOptionNormalizer()