clang
3.7.0
|
#include <Action.h>
Public Member Functions | |
VerifyJobAction (ActionClass Kind, std::unique_ptr< Action > Input, types::ID Type) | |
VerifyJobAction (ActionClass Kind, ActionList &Inputs, types::ID Type) | |
![]() | |
virtual | ~Action () |
const char * | getClassName () const |
bool | getOwnsInputs () |
void | setOwnsInputs (bool Value) |
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 bool | classof (const Action *A) |
![]() | |
static const char * | getClassName (ActionClass AC) |
VerifyJobAction::VerifyJobAction | ( | ActionClass | Kind, |
std::unique_ptr< Action > | Input, | ||
types::ID | Type | ||
) |
Definition at line 149 of file Action.cpp.
References clang::driver::Action::VerifyDebugInfoJobClass, and clang::driver::Action::VerifyPCHJobClass.
VerifyJobAction::VerifyJobAction | ( | ActionClass | Kind, |
ActionList & | Inputs, | ||
types::ID | Type | ||
) |
Definition at line 156 of file Action.cpp.
References clang::driver::Action::VerifyDebugInfoJobClass, and clang::driver::Action::VerifyPCHJobClass.
Definition at line 292 of file Action.h.
References clang::driver::Action::getKind(), clang::driver::Action::VerifyDebugInfoJobClass, and clang::driver::Action::VerifyPCHJobClass.