10 #ifndef LLVM_OPTION_OPTSPECIFIER_H
11 #define LLVM_OPTION_OPTSPECIFIER_H
33 unsigned getID()
const {
return ID; }
Option - Abstract representation for a single form of driver argument.
bool operator==(OptSpecifier Opt) const
OptSpecifier(unsigned ID)
bool operator!=(OptSpecifier Opt) const
OptSpecifier - Wrapper class for abstracting references to option IDs.