|
clang
3.8.0
|
#include <Action.h>
Public Member Functions | |
| LinkJobAction (ActionList &Inputs, 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::JobAction | |
| static bool | classof (const Action *A) |
Static Public Member Functions inherited from clang::driver::Action | |
| static const char * | getClassName (ActionClass AC) |
| LinkJobAction::LinkJobAction | ( | ActionList & | Inputs, |
| types::ID | Type | ||
| ) |
Definition at line 140 of file Action.cpp.
Definition at line 262 of file Action.h.
References clang::driver::Action::getKind(), and clang::driver::Action::LinkJobClass.
1.8.6