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 575 of file CommandLine.h.
|
protecteddefault |
References OptionValueCopy().
Referenced by compare(), operator=(), and OptionValueCopy().
|
protecteddefault |
|
default |
|
inline |
Definition at line 600 of file CommandLine.h.
Referenced by compare().
|
inlineoverridevirtual |
Implements llvm::cl::GenericOptionValue.
Definition at line 602 of file CommandLine.h.
References compare(), llvm::cl::GenericOptionValue::GenericOptionValue(), and OptionValueCopy().
|
inline |
Definition at line 589 of file CommandLine.h.
References assert().
|
inline |
Definition at line 587 of file CommandLine.h.
|
protecteddefault |
References OptionValueCopy().
|
inline |
Definition at line 594 of file CommandLine.h.