clang API Documentation
#include <Action.h>


Public Member Functions | |
| InputAction (const Arg &_Input, types::ID _Type) | |
| const Arg & | getInputArg () const |
Static Public Member Functions | |
| static bool | classof (const Action *A) |
| static bool | classof (const InputAction *) |
Definition at line 44 of file Action.cpp.
| static bool clang::driver::InputAction::classof | ( | const Action * | A | ) | [inline, static] |
Reimplemented from clang::driver::Action.
Definition at line 105 of file Action.h.
References clang::driver::Action::getKind(), and clang::driver::Action::InputClass.
| static bool clang::driver::InputAction::classof | ( | const InputAction * | ) | [inline, static] |
| const Arg& clang::driver::InputAction::getInputArg | ( | ) | const [inline] |