clang API Documentation
#include <Action.h>


Public Member Functions | |
| VerifyJobAction (ActionList &Inputs, types::ID Type) | |
Static Public Member Functions | |
| static bool | classof (const Action *A) |
| static bool | classof (const VerifyJobAction *) |
| VerifyJobAction::VerifyJobAction | ( | ActionList & | Inputs, |
| types::ID | Type | ||
| ) |
Definition at line 120 of file Action.cpp.
| static bool clang::driver::VerifyJobAction::classof | ( | const Action * | A | ) | [inline, static] |
Reimplemented from clang::driver::JobAction.
Definition at line 245 of file Action.h.
References clang::driver::Action::getKind(), and clang::driver::Action::VerifyJobClass.
| static bool clang::driver::VerifyJobAction::classof | ( | const VerifyJobAction * | ) | [inline, static] |