|
LLVM 22.0.0git
|
#include "llvm/Support/CommandLine.h"
Public Types | |
| using | WrapperType = cl::boolOrDefault |
| Public Types inherited from llvm::cl::OptionValueBase< DataType, isClass > | |
| using | WrapperType = OptionValue<DataType> |
Public Member Functions | |
| OptionValue ()=default | |
| OptionValue (const cl::boolOrDefault &V) | |
| OptionValue< cl::boolOrDefault > & | operator= (const cl::boolOrDefault &V) |
| Public Member Functions inherited from llvm::cl::OptionValueBase< DataType, isClass > | |
| bool | hasValue () const |
| const DataType & | getValue () const |
| template<class DT> | |
| void | setValue (const DT &) |
| bool | compare (const DataType &) const |
| bool | compare (const GenericOptionValue &) const override |
| Public Member Functions inherited from llvm::cl::OptionValueCopy< cl::boolOrDefault > | |
| bool | hasValue () const |
| const cl::boolOrDefault & | getValue () const |
| void | setValue (const cl::boolOrDefault &V) |
| bool | compare (const cl::boolOrDefault &V) const |
Additional Inherited Members | |
| Protected Member Functions inherited from llvm::cl::OptionValueBase< DataType, isClass > | |
| ~OptionValueBase ()=default | |
| Protected Member Functions inherited from llvm::cl::GenericOptionValue | |
| GenericOptionValue ()=default | |
| GenericOptionValue (const GenericOptionValue &)=default | |
| GenericOptionValue & | operator= (const GenericOptionValue &)=default |
| ~GenericOptionValue ()=default | |
| Protected Member Functions inherited from llvm::cl::OptionValueCopy< cl::boolOrDefault > | |
| OptionValueCopy (const OptionValueCopy &)=default | |
| OptionValueCopy & | operator= (const OptionValueCopy &)=default |
| ~OptionValueCopy ()=default | |
Definition at line 641 of file CommandLine.h.
| using llvm::cl::OptionValue< cl::boolOrDefault >::WrapperType = cl::boolOrDefault |
Definition at line 643 of file CommandLine.h.
|
default |
Referenced by operator=().
|
inline |
Definition at line 647 of file CommandLine.h.
References llvm::cl::OptionValueBase< DataType, isClass >::setValue().
|
inline |
Definition at line 649 of file CommandLine.h.
References OptionValue(), and llvm::cl::OptionValueBase< DataType, isClass >::setValue().