clang API Documentation
#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) | |
Static Public Member Functions | |
| static bool | classof (const Action *A) |
| VerifyJobAction::VerifyJobAction | ( | ActionClass | Kind, |
| std::unique_ptr< Action > | Input, | ||
| types::ID | Type | ||
| ) |
Definition at line 121 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 128 of file Action.cpp.
References clang::driver::Action::VerifyDebugInfoJobClass, and clang::driver::Action::VerifyPCHJobClass.
| static bool clang::driver::VerifyJobAction::classof | ( | const Action * | A | ) | [inline, static] |
Reimplemented from clang::driver::JobAction.
Reimplemented in clang::driver::VerifyPCHJobAction, and clang::driver::VerifyDebugInfoJobAction.
Definition at line 244 of file Action.h.
References clang::driver::Action::getKind(), clang::driver::Action::VerifyDebugInfoJobClass, and clang::driver::Action::VerifyPCHJobClass.