Searched defs:OptionValueBase (Results 1 – 1 of 1) sorted by relevance
359 struct OptionValueBase : public GenericOptionValue { struct361 typedef OptionValue<DataType> WrapperType;363 bool hasValue() const { return false; } in hasValue()365 const DataType &getValue() const { llvm_unreachable("no default value"); } in getValue()368 template <class DT> void setValue(const DT & /*V*/) {} in setValue()370 bool compare(const DataType & /*V*/) const { return false; } in compare()372 bool compare(const GenericOptionValue & /*V*/) const override { in compare()