clang API Documentation
#include <Action.h>


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