clang API Documentation

Public Member Functions
clang::driver::OptSpecifier Class Reference

OptSpecifier - Wrapper class for abstracting references to option IDs. More...

#include <OptSpecifier.h>

List of all members.

Public Member Functions

 OptSpecifier ()
 OptSpecifier (unsigned _ID)
 OptSpecifier (const Option *Opt)
bool isValid () const
unsigned getID () const
bool operator== (OptSpecifier Opt) const
bool operator!= (OptSpecifier Opt) const

Detailed Description

OptSpecifier - Wrapper class for abstracting references to option IDs.

Definition at line 18 of file OptSpecifier.h.


Constructor & Destructor Documentation

clang::driver::OptSpecifier::OptSpecifier ( ) [inline]

Definition at line 25 of file OptSpecifier.h.

clang::driver::OptSpecifier::OptSpecifier ( unsigned  _ID) [inline]

Definition at line 26 of file OptSpecifier.h.

OptSpecifier::OptSpecifier ( const Option Opt)

Definition at line 76 of file OptTable.cpp.


Member Function Documentation

unsigned clang::driver::OptSpecifier::getID ( ) const [inline]
bool clang::driver::OptSpecifier::isValid ( ) const [inline]

Definition at line 29 of file OptSpecifier.h.

bool clang::driver::OptSpecifier::operator!= ( OptSpecifier  Opt) const [inline]

Definition at line 34 of file OptSpecifier.h.

bool clang::driver::OptSpecifier::operator== ( OptSpecifier  Opt) const [inline]

Definition at line 33 of file OptSpecifier.h.

References getID().


The documentation for this class was generated from the following files: