Searched defs:OptionValue (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.1-release/contrib/llvm/tools/lldb/include/lldb/Interpreter/
H A DOptionValue.h26 class OptionValue class in namespace:lldb_private
60 OptionValue () : function in class:lldb_private::OptionValue
65 OptionValue (const OptionValue &rhs) : function in class:lldb_private::OptionValue
/freebsd-10.1-release/contrib/llvm/include/llvm/Support/
H A DCommandLine.h417 struct OptionValue : OptionValueBase<DataType, is_class<DataType>::value> { struct in namespace:llvm::cl
418 OptionValue() {} function in struct:llvm::cl::OptionValue
420 OptionValue(const DataType& V) { function in struct:llvm::cl::OptionValue
434 struct OptionValue<cl::boolOrDefault> : OptionValueCopy<cl::boolOrDefault> { struct in namespace:llvm::cl
437 OptionValue() {} function in struct:llvm::cl::OptionValue
439 OptionValue(cons function in struct:llvm::cl::OptionValue
451 struct OptionValue<std::string> : OptionValueCopy<std::string> { struct in namespace:llvm::cl
454 OptionValue() {} function in struct:llvm::cl::OptionValue
456 OptionValue(const std::string& V) { function in struct:llvm::cl::OptionValue
[all...]

Completed in 95 milliseconds