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

/freebsd-10.0-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.0-release/contrib/llvm/include/llvm/Support/
H A DCommandLine.h416 struct OptionValue : OptionValueBase<DataType, is_class<DataType>::value> { struct in namespace:llvm::cl
417 OptionValue() {} function in struct:llvm::cl::OptionValue
419 OptionValue(const DataType& V) { function in struct:llvm::cl::OptionValue
433 struct OptionValue<cl::boolOrDefault> : OptionValueCopy<cl::boolOrDefault> { struct in namespace:llvm::cl
436 OptionValue() {} function in struct:llvm::cl::OptionValue
438 OptionValue(cons function in struct:llvm::cl::OptionValue
450 struct OptionValue<std::string> : OptionValueCopy<std::string> { struct in namespace:llvm::cl
453 OptionValue() {} function in struct:llvm::cl::OptionValue
455 OptionValue(const std::string& V) { function in struct:llvm::cl::OptionValue
[all...]

Completed in 64 milliseconds