clang API Documentation
#include <Action.h>
Public Member Functions | |
PreprocessJobAction (std::unique_ptr< Action > Input, types::ID OutputType) | |
Static Public Member Functions | |
static bool | classof (const Action *A) |
PreprocessJobAction::PreprocessJobAction | ( | std::unique_ptr< Action > | Input, |
types::ID | OutputType | ||
) |
Definition at line 67 of file Action.cpp.
static bool clang::driver::PreprocessJobAction::classof | ( | const Action * | A | ) | [inline, static] |
Reimplemented from clang::driver::JobAction.
Definition at line 153 of file Action.h.
References clang::driver::Action::getKind(), and clang::driver::Action::PreprocessJobClass.