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); }
222 static auto makeBooleanOptionNormalizer(bool Value, bool OtherValue, in makeBooleanOptionNormalizer() argument224 return [Value, OtherValue, in makeBooleanOptionNormalizer()228 return A->getOption().matches(Opt) ? Value : OtherValue; in makeBooleanOptionNormalizer()