|
LLVM 22.0.0git
|
#include "llvm/Support/CommandLine.h"
Public Member Functions | |
| OptionValueCopy ()=default | |
| bool | hasValue () const |
| const DataType & | getValue () const |
| void | setValue (const DataType &V) |
| bool | compare (const DataType &V) const |
| bool | compare (const GenericOptionValue &V) const override |
Protected Member Functions | |
| OptionValueCopy (const OptionValueCopy &)=default | |
| OptionValueCopy & | operator= (const OptionValueCopy &)=default |
| ~OptionValueCopy ()=default | |
| Protected Member Functions inherited from llvm::cl::GenericOptionValue | |
| GenericOptionValue ()=default | |
| GenericOptionValue (const GenericOptionValue &)=default | |
| GenericOptionValue & | operator= (const GenericOptionValue &)=default |
| ~GenericOptionValue ()=default | |
Definition at line 574 of file CommandLine.h.
|
protecteddefault |
References OptionValueCopy().
Referenced by compare(), operator=(), and OptionValueCopy().
|
protecteddefault |
|
default |
|
inline |
Definition at line 599 of file CommandLine.h.
Referenced by compare().
|
inlineoverridevirtual |
Implements llvm::cl::GenericOptionValue.
Definition at line 601 of file CommandLine.h.
References compare(), llvm::cl::GenericOptionValue::GenericOptionValue(), and OptionValueCopy().
|
inline |
Definition at line 588 of file CommandLine.h.
References assert().
|
inline |
Definition at line 586 of file CommandLine.h.
|
protecteddefault |
References OptionValueCopy().
|
inline |
Definition at line 593 of file CommandLine.h.