clang API Documentation
#include <Action.h>


Public Member Functions | |
| PreprocessJobAction (Action *Input, types::ID OutputType) | |
Static Public Member Functions | |
| static bool | classof (const Action *A) |
| static bool | classof (const PreprocessJobAction *) |
Definition at line 66 of file Action.cpp.
| static bool clang::driver::PreprocessJobAction::classof | ( | const Action * | A | ) | [inline, static] |
Reimplemented from clang::driver::JobAction.
Definition at line 147 of file Action.h.
References clang::driver::Action::getKind(), and clang::driver::Action::PreprocessJobClass.
| static bool clang::driver::PreprocessJobAction::classof | ( | const PreprocessJobAction * | ) | [inline, static] |