LLVM 22.0.0git
|
OptSpecifier - Wrapper class for abstracting references to option IDs. More...
#include "llvm/Option/OptSpecifier.h"
Public Member Functions | |
OptSpecifier ()=default | |
OptSpecifier (bool)=delete | |
OptSpecifier (unsigned ID) | |
LLVM_ABI | OptSpecifier (const Option *Opt) |
bool | isValid () const |
unsigned | getID () const |
bool | operator== (OptSpecifier Opt) const |
bool | operator!= (OptSpecifier Opt) const |
OptSpecifier - Wrapper class for abstracting references to option IDs.
Definition at line 20 of file OptSpecifier.h.
|
default |
Referenced by operator!=(), and operator==().
|
explicitdelete |
|
inline |
Definition at line 26 of file OptSpecifier.h.
Definition at line 78 of file OptTable.cpp.
References getID().
|
inline |
Definition at line 31 of file OptSpecifier.h.
Referenced by llvm::opt::OptTable::getOption(), llvm::opt::Option::matches(), operator==(), and OptSpecifier().
|
inline |
Definition at line 29 of file OptSpecifier.h.
|
inline |
Definition at line 34 of file OptSpecifier.h.
References OptSpecifier().
|
inline |
Definition at line 33 of file OptSpecifier.h.
References getID(), and OptSpecifier().