|
clang
3.8.0
|
#include <Action.h>
Public Member Functions | |
| VerifyPCHJobAction (Action *Input, types::ID Type) | |
Public Member Functions inherited from clang::driver::VerifyJobAction | |
| VerifyJobAction (ActionClass Kind, Action *Input, types::ID Type) | |
Public Member Functions inherited from clang::driver::Action | |
| virtual | ~Action () |
| const char * | getClassName () const |
| ActionClass | getKind () const |
| types::ID | getType () const |
| ActionList & | getInputs () |
| const ActionList & | getInputs () const |
| size_type | size () const |
| iterator | begin () |
| iterator | end () |
| const_iterator | begin () const |
| const_iterator | end () const |
Static Public Member Functions | |
| static bool | classof (const Action *A) |
Static Public Member Functions inherited from clang::driver::VerifyJobAction | |
| static bool | classof (const Action *A) |
Static Public Member Functions inherited from clang::driver::JobAction | |
| static bool | classof (const Action *A) |
Static Public Member Functions inherited from clang::driver::Action | |
| static const char * | getClassName (ActionClass AC) |
Definition at line 173 of file Action.cpp.
Definition at line 310 of file Action.h.
References clang::driver::Action::getKind(), and clang::driver::Action::VerifyPCHJobClass.
1.8.6