Searched defs:OptionValueBase (Results 1 – 1 of 1) sorted by relevance
334 struct OptionValueBase : public GenericOptionValue { struct336 typedef OptionValue<DataType> WrapperType;338 bool hasValue() const { return false; } in hasValue()340 const DataType &getValue() const { llvm_unreachable("no default value"); } in getValue()344 void setValue(const DT& /*V*/) {} in setValue()346 bool compare(const DataType &/*V*/) const { return false; } in compare()348 virtual bool compare(const GenericOptionValue& /*V*/) const { return false; } in compare()